1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

set-c++: Add tests.

* tests/test-set-c++.cc: New file.
* modules/set-c++-tests: New file.
This commit is contained in:
Bruno Haible
2020-02-02 19:02:10 +01:00
parent adb365b993
commit 3b52e55775
3 changed files with 77 additions and 0 deletions

17
modules/set-c++-tests Normal file
View File

@@ -0,0 +1,17 @@
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