Added same test as cgal_test

This commit is contained in:
Laurent Saboret 2006-03-03 09:30:14 +00:00
parent fc9f3e8bb4
commit aadd6d748c
1 changed files with 7 additions and 0 deletions

View File

@ -14,3 +14,10 @@ echo "***************************************************************"
./test_model.sh three_peaks
echo "***************************************************************"
for tst in *_parameterization
do
echo " "
echo "*** $tst ***"
$tst `cat $tst.cmd`
done