mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
added test_all
This commit is contained in:
10
test/test_all.scad
Normal file
10
test/test_all.scad
Normal file
@@ -0,0 +1,10 @@
|
||||
// 2D
|
||||
include <test_rounded_square.scad>;
|
||||
|
||||
// 2D Shape
|
||||
include <test_shape_arc.scad>;
|
||||
include <test_shape_cyclicpolygon.scad>;
|
||||
include <test_shape_ellipse.scad>;
|
||||
include <test_shape_pie.scad>;
|
||||
include <test_shape_square.scad>;
|
||||
include <test_shape_trapezium.scad>;
|
Reference in New Issue
Block a user