test/Makefile

changeset 192
1e51558b9d09
parent 185
a48428642b4e
child 213
fa8b745be7b5
equal deleted inserted replaced
191:4d251abe0836 192:1e51558b9d09
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2014 Olaf Wintermann. All rights reserved. 4 # Copyright 2015 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 SRC = main.c 31 SRC = main.c
32 SRC += allocator_tests.c 32 SRC += allocator_tests.c
33 SRC += list_tests.c 33 SRC += list_tests.c
34 SRC += avl_tests.c
34 SRC += mpool_tests.c 35 SRC += mpool_tests.c
35 SRC += stack_tests.c 36 SRC += stack_tests.c
36 SRC += map_tests.c 37 SRC += map_tests.c
37 SRC += prop_tests.c 38 SRC += prop_tests.c
38 SRC += string_tests.c 39 SRC += string_tests.c

mercurial