From a0944184da427c872cb0695caf921f69f4a140c6 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Thu, 31 Oct 2013 14:42:28 +0000 Subject: Updated the README to reflect changes made. --- yarns/README | 18 ++++++++++++++++-- 1 file 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). -- cgit v1.2.1