mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Improve test coverage
Various test additions, mainly in GObject
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user