diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-12 19:46:00 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-12 19:46:00 (GMT) |
commit | 8fd4c478350635cdf028352edd0ec46a6785593e (patch) | |
tree | 4b709fc1c9a1c110448af119caa4af81550a9eb3 /testdata | |
parent | 5953c131d2ef363770677139ed41a49c39b5da7f (diff) |
Reorganized some tests
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/dxf/null-polygons.dxf (renamed from testdata/scad/features/null-polygons.dxf) | 0 | ||||
-rw-r--r-- | testdata/scad/dxf/null-polygons.scad | 2 | ||||
-rw-r--r-- | testdata/scad/features/null-polygons.scad | 2 | ||||
-rw-r--r-- | testdata/scad/misc/dim-all.dxf (renamed from testdata/scad/features/dim-all.dxf) | 0 | ||||
-rw-r--r-- | testdata/scad/misc/dim-all.scad (renamed from testdata/scad/features/dim-all.scad) | 0 | ||||
-rw-r--r-- | testdata/scad/misc/dxf-export.scad (renamed from testdata/scad/features/dxf-export.scad) | 0 | ||||
-rw-r--r-- | testdata/scad/misc/string-test.scad (renamed from testdata/scad/features/string-test.scad) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/testdata/scad/features/null-polygons.dxf b/testdata/dxf/null-polygons.dxf index 390e42e..390e42e 100644 --- a/testdata/scad/features/null-polygons.dxf +++ b/testdata/dxf/null-polygons.dxf diff --git a/testdata/scad/dxf/null-polygons.scad b/testdata/scad/dxf/null-polygons.scad new file mode 100644 index 0000000..349ab6a --- /dev/null +++ b/testdata/scad/dxf/null-polygons.scad @@ -0,0 +1,2 @@ +linear_extrude(height=1) import_dxf("../../dxf/null-polygons.dxf"); +translate([0,20,0]) linear_extrude("../../dxf/null-polygons.dxf", height=1); diff --git a/testdata/scad/features/null-polygons.scad b/testdata/scad/features/null-polygons.scad deleted file mode 100644 index 4849c15..0000000 --- a/testdata/scad/features/null-polygons.scad +++ /dev/null @@ -1,2 +0,0 @@ -linear_extrude() import_dxf("null-polygons.dxf"); -linear_extrude("null-polygons.dxf"); diff --git a/testdata/scad/features/dim-all.dxf b/testdata/scad/misc/dim-all.dxf index 6ae7610..6ae7610 100644 --- a/testdata/scad/features/dim-all.dxf +++ b/testdata/scad/misc/dim-all.dxf diff --git a/testdata/scad/features/dim-all.scad b/testdata/scad/misc/dim-all.scad index 454ed11..454ed11 100644 --- a/testdata/scad/features/dim-all.scad +++ b/testdata/scad/misc/dim-all.scad diff --git a/testdata/scad/features/dxf-export.scad b/testdata/scad/misc/dxf-export.scad index 7f4b8cb..7f4b8cb 100644 --- a/testdata/scad/features/dxf-export.scad +++ b/testdata/scad/misc/dxf-export.scad diff --git a/testdata/scad/features/string-test.scad b/testdata/scad/misc/string-test.scad index 5ec4cfb..5ec4cfb 100644 --- a/testdata/scad/features/string-test.scad +++ b/testdata/scad/misc/string-test.scad |