mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
29 lines
981 B
Makefile
29 lines
981 B
Makefile
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
TEST_FILES = \
|
|
test_sanity.html \
|
|
test_sanityException.html \
|
|
test_sanityException2.html \
|
|
test_sanityWindowSnapshot.html \
|
|
test_SpecialPowersExtension.html \
|
|
test_SpecialPowersExtension2.html \
|
|
test_SpecialPowersPushPermissions.html \
|
|
test_SpecialPowersPushPrefEnv.html \
|
|
file_SpecialPowersFrame1.html \
|
|
test_SimpleTestGetTestFileURL.html \
|
|
test_SpecialPowersLoadChromeScript.html \
|
|
SpecialPowersLoadChromeScript.js \
|
|
test_bug816847.html \
|
|
test_sanity_cleanup.html \
|
|
test_sanity_cleanup2.html \
|
|
test_sanityEventUtils.html \
|
|
test_sanitySimpletest.html \
|
|
$(NULL)
|
|
# Copy the sanity tests into a subdirectory, so the top level is all dirs
|
|
# in the test screen.
|
|
TEST_DEST = $(DEPTH)/_tests/$(relativesrcdir)/Harness_sanity
|
|
INSTALL_TARGETS += TEST
|