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

18 lines
265 B
Plaintext

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