From fd8403522f26c5dca64fcc29bcf4c6b4c5b08335 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 21 Jul 2020 10:04:36 +0200 Subject: aligned-malloc: Add tests. * tests/test-aligned-malloc.c: New file. * modules/aligned-malloc-tests: New file. --- modules/aligned-malloc-tests | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/aligned-malloc-tests (limited to 'modules/aligned-malloc-tests') diff --git a/modules/aligned-malloc-tests b/modules/aligned-malloc-tests new file mode 100644 index 0000000000..4d6054995d --- /dev/null +++ b/modules/aligned-malloc-tests @@ -0,0 +1,11 @@ +Files: +tests/test-aligned-malloc.c +tests/macros.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-aligned-malloc +check_PROGRAMS += test-aligned-malloc -- cgit v1.2.1