mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
split up tests and reworked code to use the new test framework.
2007-12-12 16:06:11 Tim Janik <timj@imendio.com> * tests/testglib.c: split up tests and reworked code to use the new test framework. * tests/Makefile.am: added testglib to TEST_PROGS. svn path=/trunk/; revision=6103
This commit is contained in:
parent
ab7ff4c6a0
commit
0efd85aeac
@ -1,3 +1,10 @@
|
||||
2007-12-12 16:06:11 Tim Janik <timj@imendio.com>
|
||||
|
||||
* tests/testglib.c: split up tests and reworked code to use
|
||||
the new test framework.
|
||||
|
||||
* tests/Makefile.am: added testglib to TEST_PROGS.
|
||||
|
||||
2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
|
||||
|
||||
* configure.in: Added entry for Marathi Translations
|
||||
|
@ -66,7 +66,6 @@ if ENABLE_TIMELOOP
|
||||
timeloop = timeloop timeloop-closure
|
||||
endif
|
||||
noinst_PROGRAMS = $(TEST_PROGS) \
|
||||
testglib \
|
||||
testgdate \
|
||||
testgdateparser \
|
||||
unicode-normalize \
|
||||
@ -77,9 +76,10 @@ noinst_PROGRAMS = $(TEST_PROGS) \
|
||||
TEST_PROGS += scannerapi
|
||||
scannerapi_SOURCES = scannerapi.c
|
||||
scannerapi_LDADD = $(progs_ldadd)
|
||||
TEST_PROGS += testglib
|
||||
testglib_LDADD = $(libglib)
|
||||
|
||||
|
||||
testglib_LDADD = $(libglib)
|
||||
patterntest_LDADD = $(libglib)
|
||||
testgdate_LDADD = $(libglib)
|
||||
testgdateparser_LDADD = $(libglib)
|
||||
|
2128
tests/testglib.c
2128
tests/testglib.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user