summaryrefslogtreecommitdiff
path: root/modules/sysexits-c++-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sysexits-c++-tests')
-rw-r--r--modules/sysexits-c++-tests17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/sysexits-c++-tests b/modules/sysexits-c++-tests
new file mode 100644
index 0000000000..e937d82017
--- /dev/null
+++ b/modules/sysexits-c++-tests
@@ -0,0 +1,17 @@
+Files:
+tests/test-sysexits-c++.cc
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+if ANSICXX
+TESTS += test-sysexits-c++
+check_PROGRAMS += test-sysexits-c++
+test_sysexits_c___SOURCES = test-sysexits-c++.cc
+endif