mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
Bug 539770 - migrate gstrfunc unit tests to gtest
2008-06-24 Paolo Borelli <pborelli@katamail.com> Bug 539770 - migrate gstrfunc unit tests to gtest * tests/strfunc-test.c: * tests/testglib.c: * tests/strtoll-test.c: * tests/strtod-test.c: * tests/string-test.c: * tests/Makefile.am: Removed old tests. * glib/tests/fileutils.c: * glib/tests/strfuncs.c: * glib/tests/Makefile.am: Added all the old tests migrated to the new unit test framework and add new unit tests for some of the functions. svn path=/trunk/; revision=7097
This commit is contained in:
committed by
Paolo Borelli
parent
1289b6d165
commit
96f99d334d
@@ -137,10 +137,7 @@ test_programs = \
|
||||
slice-threadinit \
|
||||
spawn-test \
|
||||
$(spawn_test_win32_gui) \
|
||||
strfunc-test \
|
||||
string-test \
|
||||
strtod-test \
|
||||
strtoll-test \
|
||||
thread-test \
|
||||
threadpool-test \
|
||||
tree-test \
|
||||
@@ -213,10 +210,7 @@ slice_concurrent_LDADD = $(thread_ldadd)
|
||||
slice_threadinit_SOURCES = slice-threadinit.c
|
||||
slice_threadinit_LDADD = $(thread_ldadd)
|
||||
spawn_test_LDADD = $(progs_ldadd)
|
||||
strfunc_test_LDADD = $(progs_ldadd)
|
||||
string_test_LDADD = $(progs_ldadd)
|
||||
strtod_test_LDADD = $(progs_ldadd) -lm
|
||||
strtoll_test_LDADD = $(progs_ldadd) -lm
|
||||
thread_test_LDADD = $(thread_ldadd)
|
||||
threadpool_test_LDADD = $(thread_ldadd)
|
||||
tree_test_LDADD = $(progs_ldadd)
|
||||
|
Reference in New Issue
Block a user