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:
16:06:11 Tim Janik 2007-12-12 15:09:08 +00:00 committed by Tim Janik
parent ab7ff4c6a0
commit 0efd85aeac
3 changed files with 1075 additions and 1064 deletions

View File

@ -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

View File

@ -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)

File diff suppressed because it is too large Load Diff