SFML/test
Chris Thrasher c0a6cf1f0c Remove unnecessary lossy conversions in test utilities
Both ApproxVec and ApproxDeg accept a double then convert that to
a float just to then convert it back to a double. We can save an
extra lossy conversion by just accepting a float instead of a double
in the first place.
2022-05-04 09:03:04 +02:00
..
Audio Added support for coverage reporting. 2022-02-10 08:08:47 +01:00
Graphics Apply compiler warnings to tests 2022-05-02 08:39:02 +02:00
Network Replace Catch with Doctest 2021-12-24 15:06:32 +01:00
System Remove unnecessary lossy conversions in test utilities 2022-05-04 09:03:04 +02:00
TestUtilities Remove unnecessary lossy conversions in test utilities 2022-05-04 09:03:04 +02:00
Window Add tests for sf::ContextSettings 2022-01-13 23:49:37 +01:00
CMakeLists.txt Add tests for sf::err 2022-05-02 09:53:04 +02:00
DoctestMain.cpp Replace Catch with Doctest 2021-12-24 15:06:32 +01:00