SFML/test
Chris Thrasher a57640c2c8 Require stringification for all tested types
This ensures that if a printing function is not provided, compilation
fails. This prevents problems where a header is accidentally removed
that was previously providing an operator<< overload or prevents
new tests from being added without print support for all directly
tested types.
2022-06-27 00:22:16 +02:00
..
Audio Added support for coverage reporting. 2022-02-10 08:08:47 +01:00
Graphics Require stringification for all tested types 2022-06-27 00:22:16 +02:00
Network Add tests for sf::IpAddress 2022-06-23 18:47:23 +02:00
System Reduce the scope of helper class 2022-06-26 02:14:53 +02:00
TestUtilities Reduce the scope of helper class 2022-06-26 02:14:53 +02:00
Window Use sf::Vector2<T> for numeric parameter pairs 2022-05-17 08:33:11 +02:00
CMakeLists.txt Require stringification for all tested types 2022-06-27 00:22:16 +02:00
DoctestMain.cpp Replace Catch with Doctest 2021-12-24 15:06:32 +01:00