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
$ make test
Running tests...
Test project /path/to/project/build
Start 1: greatest_test1
1/3 Test #1: greatest_test1 .............. Passed 0.1 sec
Start 2: greatest_test2
2/3 Test #2: greatest_test2 .............. Passed 0.3 sec
Start 3: greatest_test3
3/3 Test #3: greatest_test3 .............. Passed 0.1 sec
100% tests passed, 0 tests failed out of 3
Total Test time (real) = 0.51 sec
$
instead of:
$ make test
Running tests...
Test project /path/to/project/build
Start 1: greatest_tests
1/1 Test #1: greatest_tests .............. Passed 0.5 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.51 sec
$
100% willing to write up the CMake module for it.
The text was updated successfully, but these errors were encountered:
Is there any interest in integrating with CMake in the same way that GoogleTest is integrated?
So, you write something like this:
instead of:
And get:
instead of:
100% willing to write up the CMake module for it.
The text was updated successfully, but these errors were encountered: