mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Added tags (module names) in TEST_CASE macros
This commit is contained in:
parent
c3e5a35a6e
commit
11b3fe4283
@ -2,7 +2,7 @@
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
#include "UnitTests.hpp"
|
||||
|
||||
TEST_CASE("sf::Rect class")
|
||||
TEST_CASE("sf::Rect class template", "[graphics]")
|
||||
{
|
||||
SECTION("Construction")
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
// Use sf::Vector2i for tests. Test coverage is given, as there are no template specializations.
|
||||
|
||||
TEST_CASE("sf::Vector2 class")
|
||||
TEST_CASE("sf::Vector2 class template", "[system]")
|
||||
{
|
||||
SECTION("Construction")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user