2009-09-18 19:51:15 +00:00
|
|
|
noinst_SCRIPTS = run-test.sh
|
|
|
|
EXTRA_DIST = run-test.sh.in
|
|
|
|
|
|
|
|
TEST_JS = \
|
2012-08-03 15:40:32 +00:00
|
|
|
interactive/background-repeat.js \
|
2012-01-04 17:09:50 +00:00
|
|
|
interactive/background-size.js \
|
2009-10-02 16:02:25 +00:00
|
|
|
interactive/borders.js \
|
2010-10-01 01:58:59 +00:00
|
|
|
interactive/border-radius.js \
|
2010-11-23 14:10:57 +00:00
|
|
|
interactive/border-width.js \
|
2009-10-01 20:14:50 +00:00
|
|
|
interactive/box-layout.js \
|
2012-12-21 12:08:48 +00:00
|
|
|
interactive/box-shadow-animated.js \
|
2011-02-16 15:47:46 +00:00
|
|
|
interactive/box-shadows.js \
|
2009-10-02 16:02:25 +00:00
|
|
|
interactive/calendar.js \
|
|
|
|
interactive/css-fonts.js \
|
2009-10-05 20:33:19 +00:00
|
|
|
interactive/entry.js \
|
2012-07-14 09:48:54 +00:00
|
|
|
interactive/gapplication.js \
|
2010-10-31 20:02:24 +00:00
|
|
|
interactive/icons.js \
|
2009-10-02 16:02:25 +00:00
|
|
|
interactive/inline-style.js \
|
|
|
|
interactive/scrolling.js \
|
2010-03-23 18:03:16 +00:00
|
|
|
interactive/scroll-view-sizing.js \
|
2012-11-02 15:51:15 +00:00
|
|
|
interactive/test-title.js \
|
2011-09-20 21:15:41 +00:00
|
|
|
interactive/transitions.js \
|
2012-01-04 17:09:50 +00:00
|
|
|
testcommon/100-200.svg \
|
|
|
|
testcommon/200-100.svg \
|
|
|
|
testcommon/200-200.svg \
|
2009-10-02 16:02:25 +00:00
|
|
|
testcommon/border-image.png \
|
2011-01-05 15:08:50 +00:00
|
|
|
testcommon/face-plain.png \
|
2009-10-04 21:30:18 +00:00
|
|
|
testcommon/ui.js \
|
2011-12-17 22:52:11 +00:00
|
|
|
unit/insertSorted.js \
|
2011-09-14 22:39:19 +00:00
|
|
|
unit/markup.js \
|
2011-11-22 14:30:31 +00:00
|
|
|
unit/jsParse.js \
|
2012-11-23 15:46:49 +00:00
|
|
|
unit/url.js
|
2009-09-18 19:51:15 +00:00
|
|
|
EXTRA_DIST += $(TEST_JS)
|
|
|
|
|
|
|
|
TEST_MISC = \
|
|
|
|
testcommon/test.css
|
|
|
|
EXTRA_DIST += $(TEST_MISC)
|
|
|
|
|
|
|
|
run-test.sh: run-test.sh.in
|
|
|
|
$(AM_V_GEN) sed \
|
2011-02-25 16:20:27 +00:00
|
|
|
-e "s|@MUTTER_TYPELIB_DIR[@]|$(MUTTER_TYPELIB_DIR)|" \
|
2009-09-18 19:51:15 +00:00
|
|
|
-e "s|@srcdir[@]|$(srcdir)|" \
|
|
|
|
$< > $@ && chmod a+x $@
|
2009-10-07 23:18:43 +00:00
|
|
|
|
|
|
|
CLEANFILES = run-test.sh
|