ericw-tools/tests
Eric Wasylishen 2fdd40c880 tests: replace doctest with googletest
- googletest command-line output lists a nice summary of failed tests at the end, doctest's doesn't
- string test case names in doctest make IDE file structure view useless
- googletest has VS support
- doctest development stalled

other changes:
- get rid of doctest::skip(), all tests run now.
(was only applied to 3 tests: "winding", "mountain", "base1")
2024-06-23 18:53:44 -06:00
..
CMakeLists.txt tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
benchmark.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_bsputil.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_common.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_entities.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_light.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_ltface.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_main.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_main.hh tests: add -verbose flag 2024-02-11 16:38:57 -07:00
test_qbsp.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_qbsp.hh light: LIGHTING_E5BGR9 + HDR .lit support (#427) 2024-05-26 21:55:10 -06:00
test_qbsp_q2.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
test_vis.cc tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00
testutils.hh tests: replace doctest with googletest 2024-06-23 18:53:44 -06:00