mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-18 15:51:22 +02:00
Split compat.scad out into errors.scad and common.scad
This commit is contained in:
8
scripts/run_tests.sh
Executable file
8
scripts/run_tests.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
|
||||
|
||||
for testscript in tests/test_*.scad ; do
|
||||
${OPENSCAD} -o .off --hardwarnings --check-parameters true --check-parameter-ranges true $testscript
|
||||
done
|
||||
|
Reference in New Issue
Block a user