openscad/tests/mingwcon.bat

10 lines
347 B
Batchfile
Raw Normal View History

@echo off
@echo Welcome to the OpenSCAD test console. Please see ..\doc\testing.txt
@echo for full instructions. Usage examples:
@echo.
@echo ctest ::# run standard set of tests
@echo ctest -C All ::# run all tests
@echo ctest -R cgal.*circle ::# run all tests named 'cgal ... circle'
@echo on