summaryrefslogtreecommitdiffstats
path: root/tests/run-arith
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/run-arith2
-rw-r--r--tests/run-arith-for2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-arith b/tests/run-arith
new file mode 100644
index 0000000..0786b4f
--- /dev/null
+++ b/tests/run-arith
@@ -0,0 +1,2 @@
+${THIS_SH} ./arith.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} arith.right && rm -f ${BASH_TSTOUT}
diff --git a/tests/run-arith-for b/tests/run-arith-for
new file mode 100644
index 0000000..085715e
--- /dev/null
+++ b/tests/run-arith-for
@@ -0,0 +1,2 @@
+${THIS_SH} ./arith-for.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} arith-for.right && rm -f ${BASH_TSTOUT}