summaryrefslogtreecommitdiff
path: root/modules/set-c++-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-02 19:02:10 +0100
committerBruno Haible <bruno@clisp.org>2020-02-02 19:02:10 +0100
commit3b52e55775d60e7da7e2e8677f01c4cd11bdbc4f (patch)
treee9043ef3f4b8334af5250dfc0232969e96a0553f /modules/set-c++-tests
parentadb365b99317e888cdb89dacdfcb16708a47b672 (diff)
downloadgnulib-3b52e55775d60e7da7e2e8677f01c4cd11bdbc4f.tar.gz
set-c++: Add tests.
* tests/test-set-c++.cc: New file. * modules/set-c++-tests: New file.
Diffstat (limited to 'modules/set-c++-tests')
-rw-r--r--modules/set-c++-tests17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/set-c++-tests b/modules/set-c++-tests
new file mode 100644
index 0000000000..9acef663be
--- /dev/null
+++ b/modules/set-c++-tests
@@ -0,0 +1,17 @@
+Files:
+tests/test-set-c++.cc
+tests/macros.h
+
+Depends-on:
+ansi-c++-opt
+array-set
+
+configure.ac:
+
+Makefile.am:
+if ANSICXX
+TESTS += test-set-c++
+check_PROGRAMS += test-set-c++
+test_set_c___SOURCES = test-set-c++.cc
+test_set_c___LDADD = $(LDADD) @LIBINTL@
+endif