Modules/Math/tests/TestCommon.cpp
2023-07-05 20:33:18 +03:00

14 lines
No EOL
130 B
C++

#include "Testing.hpp"
#include <iostream>
using namespace tp;
TEST_DEF_STATIC(Simple) {
}
TEST_DEF(Math) {
testSimple();
}