Modules/Strings/tests/TestsLogging.cpp
2023-07-15 11:15:54 +03:00

11 lines
No EOL
130 B
C++

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