hardened_malloc/test
Thibaut Sautereau a33d2ca97d Fix CPPFLAGS in test Makefile
In particular, the _GNU_SOURCE feature test macro needs to be set in
order to correctly define mmap(2) flags such as MAP_ANONYMOUS.
Otherwise, compilation of some test files fails when CPPFLAGS is not
defined in the initial user environment, as Make then does not export it
from the root Makefile to the sub-make.
2021-11-02 16:13:09 -04:00
..
simple-memory-corruption Fix CPPFLAGS in test Makefile 2021-11-02 16:13:09 -04:00
.gitignore add new mallinfo2 test to gitignore too 2021-05-12 21:13:06 -04:00
large_array_growth.c tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
Makefile add support for glibc mallinfo2 2021-05-12 20:07:15 -04:00
mallinfo.c work around glibc bug in mallinfo test 2020-11-10 14:14:08 -05:00
mallinfo2.c disable mallinfo2 test for old glibc 2021-09-30 01:16:10 -04:00
malloc_info.c tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
offset.c fix out-of-memory check in offset test 2020-06-17 16:27:59 -04:00
test_util.h tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00