diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test_all.sh b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test_all.sh index 6997c834fb5..c4e1211f5c6 100755 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test_all.sh +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test_all.sh @@ -14,3 +14,10 @@ echo "***************************************************************" ./test_model.sh three_peaks echo "***************************************************************" + +for tst in *_parameterization +do + echo " " + echo "*** $tst ***" + $tst `cat $tst.cmd` +done