test/Makefile

changeset 54
f634f790661a
parent 39
bf8ab7bb74ff
child 56
76caac0da4a0
--- a/test/Makefile	Mon Oct 08 12:29:27 2012 +0200
+++ b/test/Makefile	Mon Oct 08 14:04:52 2012 +0200
@@ -28,7 +28,13 @@
 
 include ../$(CONF).mk
 
-SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c string_tests.c
+SRC  = main.c
+SRC += list_tests.c
+SRC += dlist_tests.c
+SRC += mpool_tests.c
+SRC += map_tests.c
+SRC += string_tests.c
+SRC += logging_tests.c
 
 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
 

mercurial