mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Move regex tests to the g_test framework
This commit is contained in:
parent
fc5f3a96be
commit
f849dbac05
@ -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
1870
glib/tests/regex.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
2122
tests/regex-test.c
2122
tests/regex-test.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user