SFML/test
Chris Thrasher fd3526f742 Use <> for test utilities includes
SFML convention is to only use "" includes when the header is in
the same directory as the file including it. Because these test
util headers are in a separate directory, it makes more sense to
include them via <>.
2022-06-27 00:22:16 +02:00
..
Audio Added support for coverage reporting. 2022-02-10 08:08:47 +01:00
Graphics Use <> for test utilities includes 2022-06-27 00:22:16 +02:00
Network Add tests for sf::IpAddress 2022-06-23 18:47:23 +02:00
System Use <> for test utilities includes 2022-06-27 00:22:16 +02:00
TestUtilities Use <> for test utilities includes 2022-06-27 00:22:16 +02:00
Window Use <> for test utilities includes 2022-06-27 00:22:16 +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