Improve test coverage

Various test additions, mainly in GObject
This commit is contained in:
Matthias Clasen
2011-02-13 23:47:42 -05:00
parent 1e48bff207
commit 309f5f978b
14 changed files with 1376 additions and 7 deletions

View File

@@ -5,5 +5,15 @@ INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS)
noinst_PROGRAMS = $(TEST_PROGS)
LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
TEST_PROGS += threadtests dynamictests binding properties reference ifaceproperties
TEST_PROGS += \
boxed \
enums \
param \
threadtests \
dynamictests \
binding \
properties \
reference \
ifaceproperties
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h