summaryrefslogtreecommitdiff
path: root/yarns/README
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2013-11-04 10:11:13 +0000
committerBen Brown <ben.brown@codethink.co.uk>2013-11-05 12:00:29 +0000
commit6695045aa6da08d572363fe14c7c7565c7bfcb9b (patch)
tree7f8a1d886db40dfbdc7d78d84cd7844c97e6b0bd /yarns/README
parent7804883ce512a7cacb911cdea3a4896ecb79b22b (diff)
downloadtbdiff-6695045aa6da08d572363fe14c7c7565c7bfcb9b.tar.gz
Conversion of tbdiff directory tests
Disabled (renamed) old tests that have been converted Removed compilation instruction for symtime.c from README
Diffstat (limited to 'yarns/README')
-rw-r--r--yarns/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/yarns/README b/yarns/README
index 8b3434d..b1a254a 100644
--- a/yarns/README
+++ b/yarns/README
@@ -3,18 +3,3 @@ Running the test suite
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).