mirror of https://github.com/CGAL/cgal
Added Complete_parameterization_example test
This commit is contained in:
parent
aba8ccb2c5
commit
f812186cf6
|
|
@ -2,18 +2,24 @@
|
||||||
|
|
||||||
# Intensive test: test all surface parameterization methods with all models in data folder
|
# Intensive test: test all surface parameterization methods with all models in data folder
|
||||||
|
|
||||||
./test_model.sh cube
|
# ./test_model.sh cube
|
||||||
./test_model.sh holes
|
# ./test_model.sh holes
|
||||||
./test_model.sh mannequin-devil
|
# ./test_model.sh mannequin-devil
|
||||||
./test_model.sh mask_cone
|
# ./test_model.sh mask_cone
|
||||||
./test_model.sh nefertiti
|
# ./test_model.sh nefertiti
|
||||||
./test_model.sh rotor
|
# ./test_model.sh rotor
|
||||||
./test_model.sh sphere966
|
# ./test_model.sh sphere966
|
||||||
./test_model.sh three_peaks
|
# ./test_model.sh three_peaks
|
||||||
|
|
||||||
echo "***************************************************************"
|
echo "***************************************************************"
|
||||||
|
|
||||||
for TST in Authalic_parameterization Simple_parameterization Taucs_parameterization Mesh_cutting_parameterization Square_border_parameterization polyhedron_ex_parameterization
|
for TST in Authalic_parameterization \
|
||||||
|
Simple_parameterization \
|
||||||
|
Taucs_parameterization \
|
||||||
|
Mesh_cutting_parameterization \
|
||||||
|
Square_border_parameterization \
|
||||||
|
Complete_parameterization_example \
|
||||||
|
polyhedron_ex_parameterization
|
||||||
do
|
do
|
||||||
echo " "
|
echo " "
|
||||||
echo "*** $TST ***"
|
echo "*** $TST ***"
|
||||||
|
|
@ -22,5 +28,5 @@ do
|
||||||
[ -f ./release/$TST.exe ] && PARAM_APPLICATION="./release/$TST.exe"
|
[ -f ./release/$TST.exe ] && PARAM_APPLICATION="./release/$TST.exe"
|
||||||
[ -x ./$TST ] && PARAM_APPLICATION="./$TST"
|
[ -x ./$TST ] && PARAM_APPLICATION="./$TST"
|
||||||
|
|
||||||
$PARAM_APPLICATION `cat $TST.cmd`
|
$PARAM_APPLICATION `cat $TST.cmd` 2>&1
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue