SFML/test
Chris Thrasher 2adc3c0e23 Increase precision of sf::Rect<T> operator<<
This has been a recurring problem. I had to add similar code to the
sf::Angle operator<< because I was getting tiny floating point
differences that after rounding were imperceptable.
2022-04-08 16:46:51 +02:00
..
Audio Added support for coverage reporting. 2022-02-10 08:08:47 +01:00
Graphics Add tests for sf::VertexArray 2022-03-16 09:56:29 +01:00
Network Replace Catch with Doctest 2021-12-24 15:06:32 +01:00
System Const-qualify local variables in Vector2 test, where possible 2022-02-28 16:18:00 +00:00
TestUtilities Increase precision of sf::Rect<T> operator<< 2022-04-08 16:46:51 +02:00
Window Add tests for sf::ContextSettings 2022-01-13 23:49:37 +01:00
CMakeLists.txt Require all modules are built before building tests 2022-04-02 12:17:59 +02:00
DoctestMain.cpp Replace Catch with Doctest 2021-12-24 15:06:32 +01:00