SCM Repository
Diff of /branches/cuda/rtest/README
Parent Directory
|
Revision Log
|
Patch
revision 1519, Sun Oct 9 18:30:16 2011 UTC | revision 1520, Sun Oct 9 18:45:46 2011 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | Each test should have a sample output called "correct.nrrd" and a script | Each test should have a sample output called "correct.nrrd" and a script |
4 | to assess the correctness of the output "assess.sh". | to assess the correctness of the output "assess.sh". |
5 | ||
6 | To run the tests, use the command scripts/run.sh. It will produce a report | To run all of the tests, use the command scripts/run.sh. It has the following |
7 | file the summarizes the results and a log file that contains any output | usage: |
from running the compiler or program (e.g., error messages). | ||
8 | ||
9 | scripts/run.sh [diderotc] [diderotc-flags] [-- runtime-flags] | |
10 | ||
11 | As it runs, it writes progress information to standard out. It also produces | |
12 | two files. A reprt file that summarizes the results and a log file that contains | |
13 | any output from running the compiler or program (e.g., error messages). | |
14 | ||
15 | To run a single test, use the command scripts/run-one.sh, which has the | |
16 | following usage: | |
17 | ||
18 | scripts/run-one.sh test [diderotc] [diderotc-flags] |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |