1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/malloc-h-c++-tests
Bruno Haible ec9385e0fe malloc-h: Add tests.
* tests/test-malloc-h.c: New file.
* modules/malloc-h-tests: New file.
* tests/test-malloc-h-c++.cc: New file.
* modules/malloc-h-c++-tests: New file.
2020-12-31 22:17:31 +01:00

19 lines
254 B
Plaintext

Files:
tests/test-malloc-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-malloc-h-c++
check_PROGRAMS += test-malloc-h-c++
test_malloc_h_c___SOURCES = test-malloc-h-c++.cc
endif