Dist assert-msg-test.gdb
[platform/upstream/glib.git] / tests / Makefile.am
index c4483c9..a5af03a 100644 (file)
@@ -5,7 +5,6 @@ SUBDIRS=gobject refcount
 AM_CPPFLAGS = \
        $(gmodule_INCLUDES)                     \
        -DGLIB_DISABLE_DEPRECATION_WARNINGS     \
-       -DG_LOG_DOMAIN=\"GLib\"                 \
        $(GLIB_DEBUG_FLAGS)
 
 AM_CFLAGS = -g
@@ -42,7 +41,8 @@ EXTRA_DIST +=                                 \
        gen-casemap-txt.pl                      \
        iochannel-test-infile                   \
        utf8.txt                                \
-       timeloop-basic.c                
+       timeloop-basic.c                        \
+       assert-msg-test.gdb
 
 BUILT_EXTRA_DIST =                             \
        makefile.msc
@@ -65,7 +65,8 @@ noinst_PROGRAMS = $(TEST_PROGS)       \
        unicode-collate         \
        $(timeloop)             \
        assert-msg-test         \
-       datetime
+       datetime                \
+       testgobject
 
 TEST_PROGS             += testglib
 testglib_SOURCES         = testglib.c
@@ -82,6 +83,7 @@ timeloop_LDADD = $(libglib)
 timeloop_closure_LDADD = $(libglib) $(libgobject)
 endif
 datetime_LDADD = $(libglib)
+testgobject_LDADD = $(libglib) $(libgobject)
 
 test_programs =                                        \
        atomic-test                             \