7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 11:14:59 +00:00
kicad/qa/tests/libs/kimath/math
John Beard 55370e7520 QA: BOOST_CHECK to _TEST in some KiMath tests
This tells you the arguments when it fails.

BOOST_TEST is available in all our Boost.Test version.
Even if you didn't use it, these calls should have been
BOOST_TEST_EQUAL(A, B) which also tells you the
arguments on a test failure.
2024-10-09 11:42:16 +08:00
..
test_box2.cpp QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00
test_matrix3x3.cpp QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00
test_util.cpp Move tests around 2023-04-24 22:09:36 -04:00
test_vector2.cpp QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00
test_vector3.cpp QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00