Testing
This commit is contained in:
parent
b7560534c1
commit
f46ea7e0fb
7 changed files with 145 additions and 155 deletions
16
Strings/tests/TestsStrings.cpp
Normal file
16
Strings/tests/TestsStrings.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
#include "Testing.hpp"
|
||||
#include "Strings.hpp"
|
||||
|
||||
TEST_DEF_STATIC(StringLogic) {
|
||||
TEST(false);
|
||||
}
|
||||
|
||||
TEST_DEF_STATIC(Simple) {
|
||||
TEST(false);
|
||||
}
|
||||
|
||||
TEST_DEF(Strings) {
|
||||
testStringLogic();
|
||||
testSimple();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue