Move regex tests to the g_test framework

This commit is contained in:
Matthias Clasen 2010-06-20 11:07:49 -04:00
parent fc5f3a96be
commit f849dbac05
4 changed files with 1874 additions and 2125 deletions

View File

@ -56,6 +56,9 @@ mem_overflow_LDADD = $(progs_ldadd)
TEST_PROGS += utils
utils_LDADD = $(progs_ldadd)
TEST_PROGS += regex
regex_LDADD = $(progs_ldadd)
if OS_UNIX
# some testing of gtester funcitonality

1870
glib/tests/regex.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -135,8 +135,7 @@ test_programs = \
unicode-encoding \
utf8-validate \
utf8-pointer \
uri-test \
regex-test
uri-test
test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh run-assert-msg-test.sh
@ -204,7 +203,6 @@ unicode_collate_LDADD = $(progs_ldadd)
utf8_validate_LDADD = $(progs_ldadd)
utf8_pointer_LDADD = $(progs_ldadd)
uri_test_LDADD = $(progs_ldadd)
regex_test_LDADD = $(progs_ldadd)
markup_collect_LDADD = $(progs_ldadd)
noinst_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la

File diff suppressed because it is too large Load Diff