Added tests for utils/enum.c

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:13 +02:00
parent 9947a1f2f4
commit 80d9a9b722
4 changed files with 251 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ check_PROGRAMS = $(TESTS)
test_runner_SOURCES = \
test_runner.c test_runner.h \
test_linked_list.c test_enumerator.c test_linked_list_enumerator.c \
test_chunk.c test_hashtable.c test_identification.c \
test_chunk.c test_enum.c test_hashtable.c test_identification.c \
test_threading.c test_utils.c
test_runner_CFLAGS = \