From e67b6a3a29eaf926b9715d7d4f81d2f436974856 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 2 Feb 2020 19:04:19 +0100 Subject: oset-c++: Add tests. * tests/test-oset-c++.cc: New file. * modules/oset-c++-tests: New file. --- modules/oset-c++-tests | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/oset-c++-tests (limited to 'modules/oset-c++-tests') 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 -- cgit v1.2.1