This commit is contained in:
IlushaShurupov 2023-07-15 10:29:51 +03:00
parent d362d8c3b3
commit c75cb9fb48
7 changed files with 145 additions and 155 deletions

View file

@ -0,0 +1,11 @@
#include "Testing.hpp"
#include "Logging.hpp"
TEST_DEF_STATIC(Simple) {
TEST(false);
}
TEST_DEF(Logging) {
testSimple();
}