11 lines
166 B
C++
11 lines
166 B
C++
|
|
#include "RemoteConnection.hpp"
|
|
#include "Testing.hpp"
|
|
|
|
using namespace tp;
|
|
|
|
TEST_DEF_STATIC(Simple) {
|
|
TEST(false);
|
|
}
|
|
|
|
TEST_DEF(RemoteConnection) { testSimple(); }
|