mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-10 22:34:07 +02:00
Added tests for errors.scad
This commit is contained in:
11
tests/test_errors.scad
Normal file
11
tests/test_errors.scad
Normal file
@@ -0,0 +1,11 @@
|
||||
include <BOSL2/std.scad>
|
||||
|
||||
|
||||
// Can't test echo output as yet. Include these for coverage calculations.
|
||||
module test_echo_error() {}
|
||||
module test_echo_warning() {}
|
||||
module test_deprecate() {}
|
||||
module test_deprecate_argument() {}
|
||||
|
||||
|
||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,26];
|
||||
BOSL_VERSION = [2,0,27];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user