mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
11 lines
285 B
OpenSCAD
11 lines
285 B
OpenSCAD
include <../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: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|