Modules/Connection/tests/TestRemote.cpp
2024-03-07 12:33:57 +03:00

11 lines
166 B
C++

#include "RemoteConnection.hpp"
#include "Testing.hpp"
using namespace tp;
TEST_DEF_STATIC(Simple) {
TEST(false);
}
TEST_DEF(RemoteConnection) { testSimple(); }