mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 20:42:52 +02:00
Added regression for debug.scad
This commit is contained in:
11
tests/test_debug.scad
Normal file
11
tests/test_debug.scad
Normal file
@@ -0,0 +1,11 @@
|
||||
include <BOSL2/std.scad>
|
||||
|
||||
|
||||
module test_standard_anchors() {
|
||||
assert_equal(standard_anchors(), [[-1,-1,1],[0,-1,1],[1,-1,1],[-1,0,1],[0,0,1],[1,0,1],[-1,1,1],[0,1,1],[1,1,1],[-1,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,0,0],[1,0,0],[-1,1,0],[0,1,0],[1,1,0],[-1,-1,-1],[0,-1,-1],[1,-1,-1],[-1,0,-1],[0,0,-1],[1,0,-1],[-1,1,-1],[0,1,-1],[1,1,-1]]);
|
||||
}
|
||||
test_standard_anchors();
|
||||
|
||||
|
||||
|
||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,377];
|
||||
BOSL_VERSION = [2,0,378];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user