mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* tests/test-strings-c++.cc: New file. (ffs): Declare, missing since 2011-07-12. * modules/strings-c++-tests: New file.
19 lines
249 B
Plaintext
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
|