--- trunk/rtest/README 2011/10/09 18:30:16 1519 +++ trunk/rtest/README 2011/10/09 18:45:46 1520 @@ -3,7 +3,16 @@ Each test should have a sample output called "correct.nrrd" and a script to assess the correctness of the output "assess.sh". -To run the tests, use the command scripts/run.sh. It will produce a report -file the summarizes the results and a log file that contains any output -from running the compiler or program (e.g., error messages). +To run all of the tests, use the command scripts/run.sh. It has the following +usage: + scripts/run.sh [diderotc] [diderotc-flags] [-- runtime-flags] + +As it runs, it writes progress information to standard out. It also produces +two files. A reprt file that summarizes the results and a log file that contains +any output from running the compiler or program (e.g., error messages). + +To run a single test, use the command scripts/run-one.sh, which has the +following usage: + + scripts/run-one.sh test [diderotc] [diderotc-flags]