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
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2007-01-17 20:38:57 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 18:26:44 +00:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2007-01-17 20:38:57 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2007-01-26 18:44:58 +00:00
|
|
|
|
2010-05-01 12:02:03 +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 \
|
2010-12-22 16:39:29 +00:00
|
|
|
file_SpecialPowersFrame1.html \
|
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)
|
2007-01-26 18:44:58 +00:00
|
|
|
|
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.
|
2007-01-26 18:44:58 +00:00
|
|
|
libs:: $(_TEST_FILES)
|
2011-11-05 18:35:59 +00:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/$(relativesrcdir)/Harness_sanity
|