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