1
0
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:
Justin Lin
2017-05-25 14:09:17 +08:00
parent 0ab91ad8ca
commit a2b62df5d1

10
test/test_all.scad Normal file
View 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>;