--- a/test/Makefile Tue Oct 02 11:18:47 2012 +0200 +++ b/test/Makefile Tue Oct 02 13:43:17 2012 +0200 @@ -28,7 +28,7 @@ include ../$(CONF).mk -SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c +SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c string_tests.c OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))