cgal/Surface_mesh_parameterization/test/Surface_mesh_parameterization/test_all.bat

8 lines
145 B
Batchfile

@echo off
rem Double-clickable version of test_all.sh on Windows/Cygwin
rem sh.exe must be in %PATH%
sh .\test_all.sh | tee test_all.log
pause