1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/strings-c++-tests
Bruno Haible e31d3f5cea strings-c++-tests: New module.
* tests/test-strings-c++.cc: New file.
(ffs): Declare, missing since 2011-07-12.
* modules/strings-c++-tests: New file.
2017-05-06 00:22:45 +02:00

19 lines
249 B
Plaintext

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