Commit 92feada
committed
use gtest_discover_tests to regiester the unit tests
this modern approach registers many individual tests instead of a single monolitic test
so if one fails the rest continue running which allows the developer to flag multiple
failing tests on a single run
It also speeds up testing since tests run in parallel1 parent 1ed4f04 commit 92feada
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
49 | 51 | | |
50 | | - | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments