nasa / bplib

Apache License 2.0
27 stars 13 forks source link

bplib coverage test is running when ENABLE_UNIT_TESTS is not set #196

Closed glan6388 closed 1 year ago

glan6388 commented 1 year ago

All bplib coverage tests cause compile errors. All bplib coverage tests still run when ENABLE_UNIT_TESTS is not set.

To duplicate, run "make prep", then run "make", you will get compile errors. It caused by BPLIB_ENABLE_UNIT_TESTS is not set and it try to include all bplib unit tests, even though ENABLE_UNIT_TESTS=false.