]> Pileus Git - ~andy/gtk/blob - tests/reftests/Makefile.am
reftests: Add a test for correct entry text clipping in progress drawing
[~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         entry-progress-coloring.css \
29         entry-progress-coloring.ref.ui \
30         entry-progress-coloring.ui \
31         label-sizing.css \
32         label-sizing.ref.ui \
33         label-sizing.ui \
34         simpe.ref.png \
35         simple.ui