diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-14 02:25:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-14 02:25:09 (GMT) |
commit | 10701f71581bd4053ab328254d6abacd6956b498 (patch) | |
tree | 235e93f614c1d2d15d9e6b445a632af5d2f3d2c4 /testdata/scad/misc/sub2 | |
parent | 26c9514b70cee4d49ea5441c50dabbda2631e9fa (diff) |
Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include
Diffstat (limited to 'testdata/scad/misc/sub2')
-rw-r--r-- | testdata/scad/misc/sub2/test7.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/misc/sub2/test7.scad b/testdata/scad/misc/sub2/test7.scad new file mode 100644 index 0000000..12ff245 --- /dev/null +++ b/testdata/scad/misc/sub2/test7.scad @@ -0,0 +1,4 @@ +module test7() +{ + cube([0.5,0.5,1], center=true); +} |