SFML/test
Chris Thrasher 4346b9a8bc Remove unnecessary default destructor
sf::RenderWindow still inherits a virtual destructor from a base
class so there's no need to explicitly declare a virtual destructor.
I added a test to ensure this property was not broken.
2024-01-08 12:26:28 -07:00
..
Audio Add tests for sf::InputSoundFile 2023-11-27 10:49:51 -05:00
Graphics Remove unnecessary default destructor 2024-01-08 12:26:28 -07:00
install Added missing SFML_USE_STATIC_STD_LIBS checks to CMake configuration. 2023-10-31 23:22:28 +01:00
Network Improve sf::Packet test coverage 2023-12-31 14:17:55 -07:00
System Test class templates with multiple template types 2023-11-15 12:07:31 -07:00
TestUtilities Add more tests for sf::Text 2023-09-28 12:41:29 -06:00
Window Make Keyboard::Key a scoped enumeration 2023-12-22 10:47:30 -06:00
CMakeLists.txt Update Catch2 2023-12-10 19:40:28 -07:00