diff -r e533c170bfb8 -r f634f790661a test/Makefile --- 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))