X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=malloc%2FMakefile;h=ce6ebcf1b3fb39296093b9a8a0b8c361fb1381bc;hb=d1417176a35d27ffb8da0ffb1e33154163b6eeb2;hp=21c5a7c0d7386d67a0ac69ae9534426d60fe18aa;hpb=cea74a4a24c36202309e8254f1f938e2166488f3;p=thirdparty%2Fglibc.git diff --git a/malloc/Makefile b/malloc/Makefile index 21c5a7c0d73..ce6ebcf1b3f 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -44,11 +44,13 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \ tst-safe-linking \ tst-mallocalign1 \ tst-memalign-2 \ - tst-memalign-3 + tst-memalign-3 \ + tst-aligned-alloc tests-static := \ tst-interpose-static-nothread \ - tst-interpose-static-thread + tst-interpose-static-thread \ + tst-aligned-alloc-static # Test for the malloc_set_state symbol removed in glibc 2.25. ifeq ($(have-GLIBC_2.23)$(build-shared),yesyes)