mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
add array-test.c
* tests/Makefile.am: add array-test.c * tests/array-test.c: New module, tests array family * tests/hash-test.c, tests/list-test.c, tests/slist-test.c, tests/string-test.c, tests/node-test.c: Clean out cruft left over from testglib.
This commit is contained in:
@@ -3,6 +3,7 @@ INCLUDES = -I..
|
||||
|
||||
TESTS = \
|
||||
alloca-test \
|
||||
array-test \
|
||||
hash-test \
|
||||
list-test \
|
||||
node-test \
|
||||
@@ -13,6 +14,7 @@ TESTS = \
|
||||
noinst_PROGRAMS = $(TESTS)
|
||||
|
||||
alloca_test_LDADD = ../libglib.la
|
||||
array_test_LDADD = ../libglib.la
|
||||
hash_test_LDADD = ../libglib.la
|
||||
list_test_LDADD = ../libglib.la
|
||||
node_test_LDADD = ../libglib.la
|
||||
|
Reference in New Issue
Block a user