summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-11-12 13:36:10 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-11-12 13:36:10 +0000
commit8d51757e02818146b05c805b81e167f118fca7dc (patch)
treeda5d2ae457f7255a403d9665a2777f6c225ba304 /test
parent1fc39c620f2a9737851ef45ec77b2461ce1b7c30 (diff)
downloadcquine-8d51757e02818146b05c805b81e167f118fca7dc.tar.gz
cquine-8d51757e02818146b05c805b81e167f118fca7dc.tar.xz
cquine-8d51757e02818146b05c805b81e167f118fca7dc.zip
The quineHEADmaster
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