test/Makefile.am

branch
feature/array
changeset 334
bc81faa9afda
parent 259
2f5dea574a75
child 358
885f31c6098b
equal deleted inserted replaced
333:b3ad9d1a20b7 334:bc81faa9afda
29 TESTS = ucxtest 29 TESTS = ucxtest
30 check_PROGRAMS = ucxtest 30 check_PROGRAMS = ucxtest
31 ucxtest_CFLAGS = -I$(top_srcdir)/src 31 ucxtest_CFLAGS = -I$(top_srcdir)/src
32 ucxtest_SOURCES = main.c 32 ucxtest_SOURCES = main.c
33 ucxtest_SOURCES += allocator_tests.c 33 ucxtest_SOURCES += allocator_tests.c
34 ucxtest_SOURCES += array_tests.c
34 ucxtest_SOURCES += list_tests.c 35 ucxtest_SOURCES += list_tests.c
35 ucxtest_SOURCES += avl_tests.c 36 ucxtest_SOURCES += avl_tests.c
36 ucxtest_SOURCES += mpool_tests.c 37 ucxtest_SOURCES += mpool_tests.c
37 ucxtest_SOURCES += stack_tests.c 38 ucxtest_SOURCES += stack_tests.c
38 ucxtest_SOURCES += map_tests.c 39 ucxtest_SOURCES += map_tests.c

mercurial