SFML/test
Chris Thrasher 0b62543942 Don't automatically run tests after build
The runtests target must be used on Windows for the sake of code
coverage. However we can't use that target on all other platforms
because on some non-Windows platforms like Android, the tests don't
even get configured. If you try to build a target that doesn't exist
you get a hard failure. Using CTest is better because it will still
return zero even if no tests are found as is the case on Android.
2023-03-14 20:23:17 -06:00
..
Audio Enable move semantics for SoundFile types 2023-01-22 15:50:53 -07:00
Graphics Make moving Shapes, swapping Textures and swapping VertexBuffers noexcept. 2023-03-07 16:32:35 -07:00
install Changed to namespace 2023-01-01 14:31:26 -07:00
Network Switch to using Documentation IP ranges in tests 2023-03-09 16:40:01 -07:00
System Added readability-qualified-auto, -redundant-access-specifiers 2023-01-19 15:53:40 -07:00
TestUtilities Use unity builds to speed up clang-tidy runtime 2023-03-14 10:08:23 -06:00
Window Disable unreliable tests 2023-02-15 09:39:11 -07:00
CMakeLists.txt Don't automatically run tests after build 2023-03-14 20:23:17 -06:00