summaryrefslogtreecommitdiff
path: root/test/unit/no_cxxtest
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/no_cxxtest')
-rwxr-xr-xtest/unit/no_cxxtest12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/unit/no_cxxtest b/test/unit/no_cxxtest
new file mode 100755
index 000000000..cf8b8d729
--- /dev/null
+++ b/test/unit/no_cxxtest
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+echo
+echo '***************************************************************************'
+echo '* *'
+echo '* ERROR: CxxTest was not found at configure-time; tests cannot be run. *'
+echo '* *'
+echo '***************************************************************************'
+echo
+
+exit 1
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback