summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2013-10-31 14:42:28 +0000
committerBen Brown <ben.brown@codethink.co.uk>2013-11-01 14:22:07 +0000
commita0944184da427c872cb0695caf921f69f4a140c6 (patch)
treece83720a12855635a6181e41528fd14b8c832c60
parent71a9ac4e78b45e6e6ba49b90f095335ec472d8c2 (diff)
downloadtbdiff-a0944184da427c872cb0695caf921f69f4a140c6.tar.gz
Updated the README to reflect changes made.
-rw-r--r--yarns/README18
1 files changed, 16 insertions, 2 deletions
diff --git a/yarns/README b/yarns/README
index 67e2bcc..8b3434d 100644
--- a/yarns/README
+++ b/yarns/README
@@ -1,6 +1,20 @@
Running the test suite
----------------------
-Change to the top-level directory of the tbdiff source tree and
-execute run_yarns.sh:
+Change to the top-level directory of the tbdiff source tree and run:
+
+$ make check
+
+this will run the yarns after all the old tests have passed.
+
+
+If however, you would rather not sit and wait for old tests to be run,
+compile 'yarns/symtime.c' using:
+
+$ gcc symtime -o yarns/symtime.c
+
+followed by:
$ ./yarns/run_yarns.sh
+
+to run the yarns (note that the compiling of 'yarns/symtime.c' is not
+required if `make check` has run at least once successfully).