summaryrefslogtreecommitdiff
path: root/testdata/scad/misc/use-test5.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-14 02:25:09 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-14 02:25:09 (GMT)
commit10701f71581bd4053ab328254d6abacd6956b498 (patch)
tree235e93f614c1d2d15d9e6b445a632af5d2f3d2c4 /testdata/scad/misc/use-test5.scad
parent26c9514b70cee4d49ea5441c50dabbda2631e9fa (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/use-test5.scad')
-rw-r--r--testdata/scad/misc/use-test5.scad4
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/misc/use-test5.scad b/testdata/scad/misc/use-test5.scad
new file mode 100644
index 0000000..e4393cb
--- /dev/null
+++ b/testdata/scad/misc/use-test5.scad
@@ -0,0 +1,4 @@
+module test5()
+{
+ sphere(r=0.5, $fn=8);
+}
contact: Jan Huwald // Impressum