summaryrefslogtreecommitdiff
path: root/tests/conform/Makefile.am
blob: 996dfd80d9d1e87bea2c3e5f2f30af1a6657fe8d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
include $(top_srcdir)/build/autotools/glib-tap.mk

AM_CFLAGS = -g $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
LDADD = $(top_builddir)/clutter/libclutter-1.0.la $(CLUTTER_LIBS) -lm
AM_LDFLAGS = -export-dynamic
AM_CPPFLAGS = \
	-DG_LOG_DOMAIN=\"Clutter-Conform\"	\
	-I$(top_srcdir) 			\
	-I$(top_builddir)			\
	-DCOGL_DISABLE_DEPRECATION_WARNINGS	\
	$(CLUTTER_DEPRECATED_CFLAGS)		\
	$(CLUTTER_DEBUG_CFLAGS)			\
	$(CLUTTER_PROFILE_CFLAGS)

actor_tests = \
	actor-anchors \
	actor-destroy \
	actor-graph \
	actor-invariants \
	actor-iter \
	actor-layout \
	actor-meta \
	actor-offscreen-limit-max-size \
	actor-offscreen-redirect \
	actor-paint-opacity \
	actor-pick \
	actor-shader-effect \
	actor-size \
	$(NULL)

general_tests = \
	$(NULL)

deprecated_tests = \
	$(NULL)

test_programs = $(actor_tests) $(general_tests) $(deprecated_tests)

dist_test_data = $(script_ui_files)
script_ui_files = $(addprefix scripts/,$(script_tests))
script_tests = \
	test-animator-1.json \
	test-animator-2.json \
	test-animator-3.json \
	test-script-animation.json \
	test-script-child.json \
	test-script-implicit-alpha.json \
	test-script-interval.json \
	test-script-layout-property.json \
	test-script-margin.json \
	test-script-model.json \
	test-script-named-object.json \
	test-script-object-property.json \
	test-script-single.json \
	test-script-timeline-markers.json \
	test-state-1.json