Modules/Strings/tests/TestsLogging.cpp
IlushaShurupov f46ea7e0fb Testing
2024-11-24 22:36:45 +03:00

11 lines
No EOL
127 B
C++

#include "Testing.hpp"
#include "Logging.hpp"
TEST_DEF_STATIC(Simple) {
TEST(false);
}
TEST_DEF(Logging) {
testSimple();
}