summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
blob: 4e6878e889f46477c43f09db982bf57bb2807df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
NULL =
EXTRA_DIST =

json_files = \
	test-script-animation.json		\
	test-script-child.json			\
	test-script-layout-property.json	\
	test-script-implicit-alpha.json		\
	test-script.json			\
	test-script-named-object.json		\
	test-script-object-property.json	\
	test-script-signals.json		\
	test-script-single.json			\
	test-script-model.json			\
	test-animator-1.json			\
	test-animator-2.json			\
	test-animator-3.json			\
	test-state-1.json			\
	test-script-timeline-markers.json	\
	test-script-margin.json 		\
	test-script-interval.json		\
	$(NULL)

EXTRA_DIST += $(json_files)

png_files = \
	redhand.png 		\
	redhand_alpha.png	\
	light0.png 		\
	$(NULL)

EXTRA_DIST += $(png_files)

if ENABLE_INSTALLED_TESTS
insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)/data
insttest_DATA = $(json_files) $(png_files)
endif

EXTRA_DIST += clutter-1.0.suppressions