1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/set-c++-tests
Bruno Haible 3b52e55775 set-c++: Add tests.
* tests/test-set-c++.cc: New file.
* modules/set-c++-tests: New file.
2020-02-02 19:02:10 +01:00

18 lines
258 B
Plaintext

Files:
tests/test-set-c++.cc
tests/macros.h
Depends-on:
ansi-c++-opt
array-set
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-set-c++
check_PROGRAMS += test-set-c++
test_set_c___SOURCES = test-set-c++.cc
test_set_c___LDADD = $(LDADD) @LIBINTL@
endif