SCM Repository
Annotation of /branches/cuda/rtest/README
Parent Directory
|
Revision Log
Revision 1520 -
(view)
(download)
Original Path: trunk/rtest/README
1 : | jhr | 1181 | These are regression tests for the Diderot compiler. Each test lives in its |
2 : | own directory under rtest/tests, data files live in the rtest/data directory. | ||
3 : | Each test should have a sample output called "correct.nrrd" and a script | ||
4 : | to assess the correctness of the output "assess.sh". | ||
5 : | |||
6 : | jhr | 1520 | To run all of the tests, use the command scripts/run.sh. It has the following |
7 : | usage: | ||
8 : | jhr | 1181 | |
9 : | jhr | 1520 | 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 |