mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
Commented out debugging output.
1999-03-14 Jeff Garzik <jgarzik@pobox.com> * gdate.c: Commented out debugging output. * tests/Makefile.am, tests/date-test.c: Added test of the GDate module, based closely on testgdate.c. * tests/Makefile.am: Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
|
||||
|
||||
TESTS = \
|
||||
array-test \
|
||||
date-test \
|
||||
dirname-test \
|
||||
hash-test \
|
||||
list-test \
|
||||
@@ -19,6 +20,7 @@ TESTS = \
|
||||
noinst_PROGRAMS = $(TESTS)
|
||||
|
||||
array_test_LDADD = $(top_builddir)/libglib.la
|
||||
date_test_LDADD = $(top_builddir)/libglib.la
|
||||
dirname_test_LDADD = $(top_builddir)/libglib.la
|
||||
hash_test_LDADD = $(top_builddir)/libglib.la
|
||||
list_test_LDADD = $(top_builddir)/libglib.la
|
||||
|
Reference in New Issue
Block a user