SCM Repository
[diderot] / trunk / test / run-tests.sh |
View of /trunk/test/run-tests.sh
Parent Directory
|
Revision Log
Revision 396 -
(download)
(as text)
(annotate)
Thu Oct 14 18:47:51 2010 UTC (10 years, 3 months ago) by jhr
File size: 566 byte(s)
Thu Oct 14 18:47:51 2010 UTC (10 years, 3 months ago) by jhr
File size: 566 byte(s)
Added a script to run the compiler over a bunch of examples
#!/bin/sh # # a script to run the diderot compiler on a few examples # DIDEROTC=../bin/diderotc echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-MIP.diderot || exit 1 echo "$DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd vr-lite.diderot || exit 1 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
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |