diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-10 23:45:17 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-10 23:45:17 +0200 |
commit | 73fac05aa07a0dd16f7061baddd4b934c7855fed (patch) | |
tree | a604b60635052450755729beaa8450c402ab05a6 /tests/core.cpp | |
parent | 6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e (diff) |
c++: Setting up testing progress
Diffstat (limited to 'tests/core.cpp')
-rw-r--r-- | tests/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core.cpp b/tests/core.cpp index af19b42..0ddfcd6 100644 --- a/tests/core.cpp +++ b/tests/core.cpp @@ -1,7 +1,7 @@ #include <forstio/test/suite.h> namespace { -SAW_TEST { +SAW_TEST("Test") { } } |