brynet
brynet copied to clipboard
No test target - the project only builds test executables but doesn't define the 'test' target to run tests
Usually the 'test' target is defined by projects to simplify running tests.
Because some people think it will Increase build/compiler time.
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.