Adding Strings tests
This commit is contained in:
parent
e08f961707
commit
3846b91662
7 changed files with 357 additions and 121 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue