Initial commit
This commit is contained in:
6
tests/Makefile.am
Normal file
6
tests/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
if BUILD_TESTS
|
||||
noinst_PROGRAMS = test_buddyalloc
|
||||
|
||||
test_buddyalloc_SOURCES = test_buddyalloc.c
|
||||
test_buddyalloc_LDADD = ../src/libmalloc.a
|
||||
endif
|
||||
Reference in New Issue
Block a user