2009-11-04 06:50:45 -05:00
|
|
|
NULL =
|
2008-11-07 14:32:28 -05:00
|
|
|
|
2009-11-30 13:22:26 -05:00
|
|
|
json_files = \
|
|
|
|
test-script-animation.json \
|
|
|
|
test-script-child.json \
|
2011-02-07 08:57:16 -05:00
|
|
|
test-script-layout-property.json \
|
2009-11-30 13:22:26 -05:00
|
|
|
test-script-implicit-alpha.json \
|
|
|
|
test-script.json \
|
|
|
|
test-script-named-object.json \
|
|
|
|
test-script-object-property.json \
|
2011-02-07 08:57:16 -05:00
|
|
|
test-script-signals.json \
|
2009-11-30 13:22:26 -05:00
|
|
|
test-script-single.json \
|
2010-03-02 14:17:28 -05:00
|
|
|
test-script-model.json \
|
2010-02-08 10:52:18 -05:00
|
|
|
test-animator-1.json \
|
|
|
|
test-animator-2.json \
|
2010-03-02 14:29:22 -05:00
|
|
|
test-animator-3.json \
|
2010-05-21 09:13:14 -04:00
|
|
|
test-state-1.json \
|
2011-11-27 07:18:49 -05:00
|
|
|
test-script-timeline-markers.json \
|
2012-05-19 08:37:08 -04:00
|
|
|
test-script-margin.json \
|
2009-11-30 13:22:26 -05:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
png_files = \
|
2009-11-04 06:50:45 -05:00
|
|
|
redhand.png \
|
2009-11-30 13:22:26 -05:00
|
|
|
redhand_alpha.png \
|
2009-11-04 06:50:45 -05:00
|
|
|
light0.png \
|
|
|
|
$(NULL)
|
2009-11-30 13:22:26 -05:00
|
|
|
|
2012-10-07 15:11:43 -04:00
|
|
|
EXTRA_DIST = $(json_files) $(png_files) clutter-2.0.suppressions
|
2013-06-23 22:53:13 -04:00
|
|
|
|
|
|
|
if ENABLE_INSTALLED_TESTS
|
|
|
|
insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)/data
|
|
|
|
insttest_DATA = $(json_files) $(png_files)
|
|
|
|
endif
|