SCM Repository
[diderot] / trunk / test / run-tests.sh |
Diff of /trunk/test/run-tests.sh
Parent Directory
|
Revision Log
|
Patch
revision 396, Thu Oct 14 18:47:51 2010 UTC | revision 409, Fri Oct 15 14:10:25 2010 UTC | |
---|---|---|
# | Line 5 | Line 5 |
5 | ||
6 | DIDEROTC=../bin/diderotc | DIDEROTC=../bin/diderotc |
7 | ||
8 | echo "==================================================================" | |
9 | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot" | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot" |
10 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot || exit 1 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot || exit 1 |
11 | ||
12 | echo "==================================================================" | |
13 | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot" | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot" |
14 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot || exit 1 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot || exit 1 |
15 | ||
16 | echo "==================================================================" | |
17 | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot" | echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot" |
18 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot || exit 1 | $DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot || exit 1 |
19 | ||
20 | echo "==================================================================" | |
21 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |