aboutsummaryrefslogtreecommitdiffstats
path: root/res/check_ck
diff options
context:
space:
mode:
Diffstat (limited to 'res/check_ck')
-rwxr-xr-xres/check_ck8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/check_ck b/res/check_ck
new file mode 100755
index 0000000..14ec5ba
--- /dev/null
+++ b/res/check_ck
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+DIR=@BIN_TESTS_DIR@
+for i in $( ls $DIR ); do
+ ERROR="TEST "$i" FAILED:"
+ PASS="TEST "$i" PASSED"
+ source $DIR/$i
+done