]> Pileus Git - ~andy/gtk/blob - tests/reftests/Makefile.am
reftests: Check that inherited properties work
[~andy/gtk] / tests / reftests / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 TEST_PROGS += gtk-reftest
4
5 check_PROGRAMS = $(TEST_PROGS)
6
7 gtk_reftest_CFLAGS = \
8         -I$(top_srcdir)                 \
9         -I$(top_builddir)/gdk           \
10         -I$(top_srcdir)/gdk             \
11         -DGDK_DISABLE_DEPRECATED        \
12         -DGTK_DISABLE_DEPRECATED        \
13         $(GTK_DEBUG_FLAGS)              \
14         $(GTK_DEP_CFLAGS)
15
16 gtk_reftest_LDADD = \
17         $(top_builddir)/gdk/libgdk-3.la \
18         $(top_builddir)/gtk/libgtk-3.la \
19         $(GTK_DEP_LIBS)
20
21 gtk_reftest_SOURCES = \
22         gtk-reftest.c
23
24 clean-local:
25         rm -rf output/ || true
26
27 EXTRA_DIST += \
28         align-expand.sh \
29         box-packing.css \
30         box-packing.ref.ui \
31         box-packing.ui \
32         css-match-class.css \
33         css-match-class.ref.ui \
34         css-match-class.ui \
35         css-match-descendant-later.css \
36         css-match-descendant-later.ref.ui \
37         css-match-descendant-later.ui \
38         css-match-exact.css \
39         css-match-exact.ref.ui \
40         css-match-exact.ui \
41         css-match-inherit.css \
42         css-match-inherit.ref.ui \
43         css-match-inherit.ui \
44         css-match-name.css \
45         css-match-name.ref.ui \
46         css-match-name.ui \
47         css-match-region-matches-star.css \
48         css-match-region-matches-star.ref.ui \
49         css-match-region-matches-star.ui \
50         css-match-regions.css \
51         css-match-regions.ref.ui \
52         css-match-regions.ui \
53         css-match-style-property-order.css \
54         css-match-style-property-order.ref.ui \
55         css-match-style-property-order.ui \
56         css-match-subtype.css \
57         css-match-subtype.ref.ui \
58         css-match-subtype.ui \
59         css-match-type.css \
60         css-match-type.ref.ui \
61         css-match-type.ui \
62         entry-progress-coloring.css \
63         entry-progress-coloring.ref.ui \
64         entry-progress-coloring.ui \
65         green-20x20.png \
66         grid-expand.css \
67         grid-expand.ref.ui \
68         grid-expand.ui \
69         grid-homogeneous.css \
70         grid-homogeneous.ref.ui \
71         grid-homogeneous.ui \
72         label-sizing.css \
73         label-sizing.ref.ui \
74         label-sizing.ui \
75         label-small-ellipsized.ref.ui \
76         label-small-ellipsized.ui \
77         label-wrap-justify.ref.ui \
78         label-wrap-justify.ui \
79         misc-alignment.css \
80         misc-alignment.ui \
81         misc-alignment.ref.ui \
82         nonresizable-size.ref.ui \
83         nonresizable-size.ui \
84         paned-undersized.css \
85         paned-undersized.ref.ui \
86         paned-undersized.ui \
87         quit-mnemonic.ref.ui \
88         quit-mnemonic.ui \
89         rotated-layout.ref.ui \
90         rotated-layout.ui \
91         simple.ref.ui \
92         simple.ui \
93         toplevel-vs-popup.ref.ui \
94         toplevel-vs-popup.ui \
95         grid-spacing1.ref.ui \
96         grid-spacing1.ui \
97         grid-spacing2.ref.ui \
98         grid-spacing2.ui \
99         grid-spacing3.ref.ui \
100         grid-spacing3.ui \
101         grid-spacing3.css