guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 50e8e4f6f6d572b2b15370f717918194891df491
parent 34db9cbe1e9cf2be6c33e1085e00c3ffde70ae61
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date:   Mon,  7 Sep 2015 16:02:23 +0200

README.md: Add testing instructions for Larceny.

Diffstat:
MREADME.md | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,10 @@ How to run the test suite ========================= + +Chibi +----- + - Install Chibi Scheme. - Clone <https://github.com/larcenists/larceny>. @@ -15,3 +19,17 @@ How to run the test suite and it will print the results as well as indicate via process exit status whether the suite passed. + + +Larceny +------- + +- Install Larceny, including the `tools/R6RS/`. + +- Enter the directory of this repository and run: + + ``` + larceny -path .:"$larceny_sources"/tools/R6RS \ + -r7rs \ + -program run-tests.scm + ```