Skip to content
New issue

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

No test target - the project only builds test executables but doesn't define the 'test' target to run tests #130

Open
yurivict opened this issue Nov 7, 2022 · 2 comments

Comments

@yurivict
Copy link
Contributor

yurivict commented Nov 7, 2022

Usually the 'test' target is defined by projects to simplify running tests.

@IronsDu
Copy link
Owner

IronsDu commented Nov 8, 2022

Because some people think it will Increase build/compiler time.

@yurivict
Copy link
Contributor Author

Because some people think it will Increase build/compiler time.

Tests should only be enabled by the cmake's standard BUILD_TESTS boolean value that is OFF by default.
This can't possibly increase build/compile time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants