test/Makefile

changeset 54
f634f790661a
parent 39
bf8ab7bb74ff
child 56
76caac0da4a0
equal deleted inserted replaced
53:e533c170bfb8 54:f634f790661a
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
27 # 27 #
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c string_tests.c 31 SRC = main.c
32 SRC += list_tests.c
33 SRC += dlist_tests.c
34 SRC += mpool_tests.c
35 SRC += map_tests.c
36 SRC += string_tests.c
37 SRC += logging_tests.c
32 38
33 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) 39 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
34 40
35 all: ../build/test1 41 all: ../build/test1
36 42

mercurial