Adding Strings tests

This commit is contained in:
IlushaShurupov 2023-07-17 22:32:30 +03:00
parent 91b00817e3
commit 6bca7431b7
7 changed files with 357 additions and 121 deletions

View file

@ -1,11 +1,9 @@
#include "Testing.hpp"
#include "Tests.hpp"
#include "Logging.hpp"
TEST_DEF_STATIC(Simple) {
// TEST(false);
}
using namespace tp;
TEST_DEF(Logging) {
testSimple();
}