SCM Repository
[diderot] / trunk / test / run-tests.sh |
View of /trunk/test/run-tests.sh
Parent Directory
|
Revision Log
Revision 428 -
(download)
(as text)
(annotate)
Mon Oct 18 19:48:43 2010 UTC (10 years, 3 months ago) by jhr
File size: 885 byte(s)
Mon Oct 18 19:48:43 2010 UTC (10 years, 3 months ago) by jhr
File size: 885 byte(s)
Use the dummy transfer-function data for the vr-phong test
#!/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/dummy-txf-rgba.nrrd vr-phong.diderot" $DIDEROTC -log -DdataFile=../data/vox1.nrrd -DtxfFile=../data/dummy-txf-rgba.nrrd vr-phong.diderot || exit 1 echo "=================================================================="
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |