summaryrefslogtreecommitdiff
path: root/testdata/modulecache-tests/moduleoverload.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-08-22 03:21:02 (GMT)
committerMarius Kintel <marius@kintel.net>2012-08-22 03:21:02 (GMT)
commit68da5cf2e896b6e482ef4919d23844c21e35124c (patch)
tree7de4c20716284ff0c955e8089337b10611539ece /testdata/modulecache-tests/moduleoverload.scad
parentf89b237ab6e06d1f3a8ebf5852c0e188cd6246b7 (diff)
Manual tests for module caching
Diffstat (limited to 'testdata/modulecache-tests/moduleoverload.scad')
-rw-r--r--testdata/modulecache-tests/moduleoverload.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/modulecache-tests/moduleoverload.scad b/testdata/modulecache-tests/moduleoverload.scad
new file mode 100644
index 0000000..1928715
--- /dev/null
+++ b/testdata/modulecache-tests/moduleoverload.scad
@@ -0,0 +1,7 @@
+use <mymodule-lib.scad>
+
+module mymodule() {
+ sphere();
+}
+
+mymodule();
contact: Jan Huwald // Impressum