fd3914a29d971d69b7fe06bdd5cb3d3cd13d425d
[platform/upstream/glib.git] / gobject / tests / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS)
4
5 noinst_PROGRAMS  = $(TEST_PROGS)
6 LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
7
8 TEST_PROGS +=           \
9         boxed           \
10         enums           \
11         param           \
12         signals         \
13         threadtests     \
14         dynamictests    \
15         binding         \
16         properties      \
17         reference       \
18         ifaceproperties \
19         valuearray
20
21 ifaceproperties_SOURCES = ifaceproperties.c testcommon.h