From e31d3f5ceaa879fa7bc9490ddd8c9519b6c65d27 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 May 2017 22:40:19 +0200 Subject: 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. --- modules/strings-c++-tests | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/strings-c++-tests (limited to 'modules/strings-c++-tests') 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 -- cgit v1.2.1