Files
quark-libmalloc/tests/Makefile.am

6 lines
158 B
Makefile

if BUILD_TESTS
noinst_PROGRAMS = test_bitmapalloc
test_bitmapalloc_SOURCES = test_bitmapalloc.c
test_bitmapalloc_LDADD = ../src/libmalloc.a
endif