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:
Jeff Garzik
1999-01-03 06:44:45 +00:00
parent 0b74f03e70
commit 4b72e45233
16 changed files with 227 additions and 555 deletions

View File

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