mirror of https://github.com/CGAL/cgal
Added same test as cgal_test
This commit is contained in:
parent
fc9f3e8bb4
commit
aadd6d748c
|
|
@ -14,3 +14,10 @@ echo "***************************************************************"
|
|||
./test_model.sh three_peaks
|
||||
|
||||
echo "***************************************************************"
|
||||
|
||||
for tst in *_parameterization
|
||||
do
|
||||
echo " "
|
||||
echo "*** $tst ***"
|
||||
$tst `cat $tst.cmd`
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue