summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest4
1 files changed, 4 insertions, 0 deletions
diff --git a/test b/test
new file mode 100755
index 0000000..b369126
--- /dev/null
+++ b/test
@@ -0,0 +1,4 @@
+#!/bin/sh
+./cquine >cquine.out.c || exit
+cmp cquine.c cquine.out.c || exit
+echo ok