summaryrefslogtreecommitdiff
path: root/src/test/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run.sh')
-rwxr-xr-xsrc/test/run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/run.sh b/src/test/run.sh
new file mode 100755
index 0000000..01591bf
--- /dev/null
+++ b/src/test/run.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2bin=`which $0`; cd `dirname $bin`
3echo "mt:"
4../tmp/bin/mt/test | diff -a EXPECTED.mt -
5echo "ops:"
6../tmp/bin/ops/test cmd.hexp | diff -a EXPECTED.ops -