We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring with -DBUILD_SHARED_LIBS=ON builds test executables, nut it isn't clear how to run tests.
-DBUILD_SHARED_LIBS=ON
The text was updated successfully, but these errors were encountered:
You would just run the standard make test, which will also build the test executables and run them.
make test
Sorry, something went wrong.
The test target doesn't exist:
ninja: error: unknown target 'test', did you mean 'help'?
cmake scripts should have add_test instructions but I can't find any in the sources.
add_test
Ah, sorry the cmake stuff was provided by someone else. I don't really support that and only use the Makefile, where make test does work.
No branches or pull requests
Configuring with
-DBUILD_SHARED_LIBS=ON
builds test executables, nut it isn't clear how to run tests.The text was updated successfully, but these errors were encountered: