summaryrefslogtreecommitdiff
path: root/yarns/run_yarns.sh
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2013-10-22 12:40:30 +0100
committerBen Brown <ben.brown@codethink.co.uk>2013-10-24 12:32:54 +0100
commit085e620e5f5d0f85a8012785c89604ffa1a598d4 (patch)
tree9ca3801b8fc6c016b08bf7c00fe5b6f957024d9b /yarns/run_yarns.sh
parent2fdfa3149be9ae43fb23cda6459e841fb3a90698 (diff)
downloadtbdiff-085e620e5f5d0f85a8012785c89604ffa1a598d4.tar.gz
Add new Yarn based test suite
This introduces a yarn which demonstrates testing tbdiff. Also included is a shell library to assist with writing yarn based tests, a script for running the test suite and a simple README for executing the tests.
Diffstat (limited to 'yarns/run_yarns.sh')
-rwxr-xr-xyarns/run_yarns.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarns/run_yarns.sh b/yarns/run_yarns.sh
new file mode 100755
index 0000000..ce26b86
--- /dev/null
+++ b/yarns/run_yarns.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# Run test suite for tbdiff.
+
+# Run scenario tests with yarn.
+
+yarn -s yarns/tbdiff.shell-lib yarns/*.yarn