summaryrefslogtreecommitdiff
path: root/modules/strings-c++-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-05-05 22:40:19 +0200
committerBruno Haible <bruno@clisp.org>2017-05-06 00:22:45 +0200
commite31d3f5ceaa879fa7bc9490ddd8c9519b6c65d27 (patch)
treed43c634a79d8cdd6d19de08e36419171bc1db816 /modules/strings-c++-tests
parentec17d7520f3904e92aff7d09a4e6b73c5616150a (diff)
downloadgnulib-e31d3f5ceaa879fa7bc9490ddd8c9519b6c65d27.tar.gz
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.
Diffstat (limited to 'modules/strings-c++-tests')
-rw-r--r--modules/strings-c++-tests18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/strings-c++-tests b/modules/strings-c++-tests
new file mode 100644
index 0000000000..485b701a44
--- /dev/null
+++ b/modules/strings-c++-tests
@@ -0,0 +1,18 @@
+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