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

18 lines
265 B
Plaintext

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