summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:09:32 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:09:32 +0000
commitefb246e6cafa42c33dd20ad6b17dd8be582e8f27 (patch)
tree0069fe3837a520f09a0d11d77e9aa6623f31e758
parent7f996b6d9c11910520cadc0e8f1c43a89c7c1425 (diff)
Add a test suite to actually run all the tests
-rw-r--r--test/ts_byteback.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ts_byteback.rb b/test/ts_byteback.rb
new file mode 100644
index 0000000..63226a2
--- /dev/null
+++ b/test/ts_byteback.rb
@@ -0,0 +1,6 @@
+
+$: << "."
+
+require 'tc_restore.rb'
+require 'tc_restore_file.rb'
+require 'tc_byteback_snapshot.rb'