diff options
-rw-r--r-- | malloc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 071dfdb9d8..f4cae2538c 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -352,6 +352,7 @@ $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library) $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library) $(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-memalign-3: $(shared-thread-library) tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so |