SCM Repository
[diderot] / trunk / test / run-tests.sh |
View of /trunk/test/run-tests.sh
Parent Directory
|
Revision Log
Revision 409 -
(download)
(as text)
(annotate)
Fri Oct 15 14:10:25 2010 UTC (10 years, 3 months ago) by jhr
File size: 863 byte(s)
Fri Oct 15 14:10:25 2010 UTC (10 years, 3 months ago) by jhr
File size: 863 byte(s)
Separate tests with "===="
#!/bin/sh # # a script to run the diderot compiler on a few examples # DIDEROTC=../bin/diderotc echo "==================================================================" echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot || exit 1 echo "==================================================================" echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot || exit 1 echo "==================================================================" echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/txs.nrrd vr-phong.diderot || exit 1 echo "=================================================================="
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |