test/Makefile

changeset 54
f634f790661a
parent 39
bf8ab7bb74ff
child 56
76caac0da4a0
     1.1 --- a/test/Makefile	Mon Oct 08 12:29:27 2012 +0200
     1.2 +++ b/test/Makefile	Mon Oct 08 14:04:52 2012 +0200
     1.3 @@ -28,7 +28,13 @@
     1.4  
     1.5  include ../$(CONF).mk
     1.6  
     1.7 -SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c string_tests.c
     1.8 +SRC  = main.c
     1.9 +SRC += list_tests.c
    1.10 +SRC += dlist_tests.c
    1.11 +SRC += mpool_tests.c
    1.12 +SRC += map_tests.c
    1.13 +SRC += string_tests.c
    1.14 +SRC += logging_tests.c
    1.15  
    1.16  OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
    1.17  

mercurial