2007-01-17 20:38:57 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00:00
|
|
|
# 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/.
|
2007-01-17 20:38:57 +00:00
|
|
|
|
2013-12-02 21:34:21 +00:00
|
|
|
TEST_FILES = \
|
2010-12-22 16:39:29 +00:00
|
|
|
test_sanity.html \
|
2011-07-15 02:43:09 +00:00
|
|
|
test_sanityException.html \
|
|
|
|
test_sanityException2.html \
|
2011-09-19 18:52:06 +00:00
|
|
|
test_sanityWindowSnapshot.html \
|
2010-12-22 16:39:29 +00:00
|
|
|
test_SpecialPowersExtension.html \
|
|
|
|
test_SpecialPowersExtension2.html \
|
2013-05-17 08:46:36 +00:00
|
|
|
test_SpecialPowersPushPermissions.html \
|
2013-06-14 23:21:57 +00:00
|
|
|
test_SpecialPowersPushPrefEnv.html \
|
2010-12-22 16:39:29 +00:00
|
|
|
file_SpecialPowersFrame1.html \
|
2013-09-12 14:48:32 +00:00
|
|
|
test_SimpleTestGetTestFileURL.html \
|
2013-09-15 02:09:13 +00:00
|
|
|
test_SpecialPowersLoadChromeScript.html \
|
|
|
|
SpecialPowersLoadChromeScript.js \
|
2012-11-30 18:52:40 +00:00
|
|
|
test_bug816847.html \
|
2013-04-29 18:35:14 +00:00
|
|
|
test_sanity_cleanup.html \
|
|
|
|
test_sanity_cleanup2.html \
|
2013-05-07 16:46:45 +00:00
|
|
|
test_sanityEventUtils.html \
|
|
|
|
test_sanitySimpletest.html \
|
2010-12-22 16:39:29 +00:00
|
|
|
$(NULL)
|
2010-05-01 12:02:03 +00:00
|
|
|
# Copy the sanity tests into a subdirectory, so the top level is all dirs
|
|
|
|
# in the test screen.
|
2013-12-02 21:34:21 +00:00
|
|
|
TEST_DEST = $(DEPTH)/_tests/$(relativesrcdir)/Harness_sanity
|
|
|
|
INSTALL_TARGETS += TEST
|