slsDetectorPackage/slsSupportLib/tests/test-ClientInterface.cpp

12 lines
192 B
C++
Executable File

#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);
}