You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake -DCMAKE_PREFIX_PATH=/home/ed/NCEPLIBS/NCEPLIBS-landsfcutil ..
make VERBOSE=1
and it works. But when I try to run tests:
(base) ed@mikado:~/NCEPLIBS-landsfcutil/b$ make tests
make: *** No rule to make target 'tests'. Stop.
(base) ed@mikado:~/NCEPLIBS-landsfcutil/b$ make test
make: *** No rule to make target 'test'. Stop.
The text was updated successfully, but these errors were encountered:
However, we have decided to do away with pfunit for exactly this sort of reason, so then we can also eliminate the ENABLE_TESTS option, and always enable tests, just like most other projects do.
edwardhartnett
changed the title
make test doesn't work?
remove pfunit and ENABLE_TESTS option, tests will always be enabled
Sep 30, 2020
I build like this:
and it works. But when I try to run tests:
The text was updated successfully, but these errors were encountered: