summaryrefslogtreecommitdiffstats
path: root/tests/run-case
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/run-case2
-rw-r--r--tests/run-casemod2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-case b/tests/run-case
new file mode 100644
index 0000000..1560ee2
--- /dev/null
+++ b/tests/run-case
@@ -0,0 +1,2 @@
+${THIS_SH} ./case.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} case.right && rm -f ${BASH_TSTOUT}
diff --git a/tests/run-casemod b/tests/run-casemod
new file mode 100644
index 0000000..9b58764
--- /dev/null
+++ b/tests/run-casemod
@@ -0,0 +1,2 @@
+${THIS_SH} ./casemod.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} casemod.right && rm -f ${BASH_TSTOUT}