slsDetectorPackage/slsSupportLib/tests/test-ClientInterface.cpp
2019-01-23 11:47:13 +01:00

12 lines
192 B
C++

#include "ClientInterface.h"
#include "MySocketTCP.h"
#include "catch.hpp"
//tests to add
//help for all docs
//command for all depreciated commands
TEST_CASE("hopp") {
REQUIRE(true);
}