brynet icon indicating copy to clipboard operation
brynet copied to clipboard

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

Open yurivict opened this issue 3 years ago • 2 comments

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

yurivict avatar Nov 07 '22 06:11 yurivict

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

IronsDu avatar Nov 08 '22 13:11 IronsDu

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.

yurivict avatar Dec 19 '22 02:12 yurivict