blob: dc7f7c46cc6b537844abf4c384ef6931460cad05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile.include b/Makefile.include
index bb3cef3..09ee7eb 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -37,7 +37,7 @@ default: tests
#lib: $(LIB)/libsupermalloc.so
#.PHONY: lib
-TESTS = aligned_alloc calloc posix_memalign $(UNITTESTS) test-malloc_test new-malloc-test malloc-test-fixed-work test22 cache-index madvise-small test38 test-no-overlaps #unit-timing
+TESTS = calloc posix_memalign $(UNITTESTS) test-malloc_test new-malloc-test malloc-test-fixed-work test22 cache-index madvise-small test38 test-no-overlaps #unit-timing
TESTS_IN_DIR = $(patsubst %, $(BLD)/%, $(TESTS))
LDFLAGS += -ldl
|