Adding Strings tests

This commit is contained in:
IlushaShurupov 2023-07-17 22:32:30 +03:00 committed by Ilya Shurupov
parent e08f961707
commit 3846b91662
7 changed files with 357 additions and 121 deletions

View file

@ -1,7 +1,9 @@
#include "Testing.hpp"
#include "Tests.hpp"
#include "Strings.hpp"
void testStringLogic();
void testStrings();
void testLogging();
@ -14,6 +16,7 @@ int main() {
return 1;
}
testStringLogic();
testStrings();
testLogging();