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
After successfully compiling flann on OpenBSD, I'm trying to run tests by running make test. This however doesn't work as the test binaries can not be found despite building with the BUILD_TESTS switch set to ON:
Instead I first have to run make tests to compile them and then run them with make test. Is this intended? If yes, what is the purpose of the BUILD_TESTS switch then?
The text was updated successfully, but these errors were encountered:
After successfully compiling flann on OpenBSD, I'm trying to run tests by running
make test
. This however doesn't work as the test binaries can not be found despite building with theBUILD_TESTS
switch set toON
:Instead I first have to run
make tests
to compile them and then run them withmake test
. Is this intended? If yes, what is the purpose of theBUILD_TESTS
switch then?The text was updated successfully, but these errors were encountered: