Skip to content

Commit 6bfea09

Browse files
committed
Libraries test
1 parent 16dd3c9 commit 6bfea09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/lib/libraries/util.scad

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module test_util() {
2+
cube(10);
3+
}

tests/lib/test.scad

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
use <util.scad>;
2+
3+
test_util();

0 commit comments

Comments
 (0)