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