mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Tweaks to geometry,scad regressions to more correctly report coverage.
This commit is contained in:
parent
0b38d7b546
commit
38abe860f9
2 changed files with 15 additions and 1 deletions
|
@ -330,6 +330,20 @@ module test_tri_calc() {
|
|||
test_tri_calc();
|
||||
|
||||
|
||||
// Dummy modules to show up in coverage check script.
|
||||
module test_hyp_opp_to_adj();
|
||||
module test_hyp_ang_to_adj();
|
||||
module test_opp_ang_to_adj();
|
||||
module test_hyp_adj_to_opp();
|
||||
module test_hyp_ang_to_opp();
|
||||
module test_adj_ang_to_opp();
|
||||
module test_adj_opp_to_hyp();
|
||||
module test_adj_ang_to_hyp();
|
||||
module test_opp_ang_to_hyp();
|
||||
module test_hyp_adj_to_ang();
|
||||
module test_hyp_opp_to_ang();
|
||||
module test_adj_opp_to_ang();
|
||||
|
||||
module test_tri_functions() {
|
||||
sides = rands(1,100,100,seed_value=8181);
|
||||
for (p = pair_wrap(sides)) {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,14];
|
||||
BOSL_VERSION = [2,0,15];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue