2009-11-04 11:50:45 +00:00
|
|
|
NULL =
|
2008-11-07 19:32:28 +00:00
|
|
|
|
2009-11-30 18:22:26 +00:00
|
|
|
json_files = \
|
|
|
|
test-script-animation.json \
|
|
|
|
test-script-child.json \
|
2011-02-07 13:57:16 +00:00
|
|
|
test-script-layout-property.json \
|
2009-11-30 18:22:26 +00:00
|
|
|
test-script-implicit-alpha.json \
|
|
|
|
test-script.json \
|
|
|
|
test-script-named-object.json \
|
|
|
|
test-script-object-property.json \
|
2011-02-07 13:57:16 +00:00
|
|
|
test-script-signals.json \
|
2009-11-30 18:22:26 +00:00
|
|
|
test-script-single.json \
|
2010-03-02 19:17:28 +00:00
|
|
|
test-script-model.json \
|
2010-02-08 15:52:18 +00:00
|
|
|
test-animator-1.json \
|
|
|
|
test-animator-2.json \
|
2010-03-02 19:29:22 +00:00
|
|
|
test-animator-3.json \
|
2010-05-21 14:13:14 +01:00
|
|
|
test-state-1.json \
|
2011-11-27 12:18:49 +00:00
|
|
|
test-script-timeline-markers.json \
|
2012-05-19 14:37:08 +02:00
|
|
|
test-script-margin.json \
|
2009-11-30 18:22:26 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
png_files = \
|
2009-11-04 11:50:45 +00:00
|
|
|
redhand.png \
|
2009-11-30 18:22:26 +00:00
|
|
|
redhand_alpha.png \
|
2009-11-04 11:50:45 +00:00
|
|
|
light0.png \
|
|
|
|
$(NULL)
|
2009-11-30 18:22:26 +00:00
|
|
|
|
2012-10-07 20:11:43 +01: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
|