2008-02-05 18:42:09 +01:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
2010-08-06 19:09:26 +02:00
|
|
|
INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS)
|
2008-02-05 18:42:09 +01:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(TEST_PROGS)
|
2010-12-28 05:49:12 +01:00
|
|
|
LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
|
2008-02-05 18:42:09 +01:00
|
|
|
|
2011-02-14 05:47:42 +01:00
|
|
|
TEST_PROGS += \
|
|
|
|
boxed \
|
|
|
|
enums \
|
|
|
|
param \
|
2011-03-02 15:48:40 +01:00
|
|
|
signals \
|
2011-02-14 05:47:42 +01:00
|
|
|
threadtests \
|
|
|
|
dynamictests \
|
|
|
|
binding \
|
|
|
|
properties \
|
|
|
|
reference \
|
2011-06-21 06:52:43 +02:00
|
|
|
ifaceproperties \
|
|
|
|
valuearray
|
2011-02-14 05:47:42 +01:00
|
|
|
|
2010-12-28 05:49:12 +01:00
|
|
|
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h
|