From efb246e6cafa42c33dd20ad6b17dd8be582e8f27 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 31 Jan 2017 10:09:32 +0000 Subject: Add a test suite to actually run all the tests --- test/ts_byteback.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/ts_byteback.rb 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' -- cgit v1.2.1