diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-03 19:34:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-03 19:34:31 (GMT) |
commit | fac508c8cd3ceef0f0abf1edb7f48f866d8a1232 (patch) | |
tree | ebb9a7b43a93f7b2853360711610d067c5137bef /testdata/scad/features/use test6.scad | |
parent | 597c5611072348d2d411d4f567fd8d0a46731628 (diff) |
Added use-tests, minimal change to include-tests
Diffstat (limited to 'testdata/scad/features/use test6.scad')
-rw-r--r-- | testdata/scad/features/use test6.scad | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/scad/features/use test6.scad b/testdata/scad/features/use test6.scad new file mode 100644 index 0000000..0d96b26 --- /dev/null +++ b/testdata/scad/features/use test6.scad @@ -0,0 +1,7 @@ +module test6() +{ + difference() { + cube(center=true); + cylinder(r=0.4, h=2, center=true); + } +} |