Initial commit

This commit is contained in:
2023-01-09 01:54:03 -06:00
commit d347b81e72
14 changed files with 856 additions and 0 deletions

6
tests/Makefile.am Normal file
View 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