blob: 074f758469ec6e659cb4f94af7576a680a5a0495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git Makefile.include Makefile.include
index bb3cef3..09ee7eb 100644
--- Makefile.include
+++ 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
|