nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Typos in bplib cause coverage test not run #190

Closed glan6388 closed 1 year ago

glan6388 commented 1 year ago

Describe the bug Typos in CMakeLists.txt in function add_test() caused all bplib coverage tests not run.

To Reproduce Steps to reproduce the behavior: To duplicate, run "make ENABLE_UNIT_TESTS=true prep", then run "make", then run "make test", all bplib unit tests will not run because of name inconsistent.

jphickey commented 1 year ago

I suspect these two items are unrelated and will have separate fixes to address them. Can we split this into two separate issues?