slsDetectorPackage/slsSupportLib/tests/test-ClientInterface.cpp
2019-05-14 17:32:21 +02:00

11 lines
167 B
C++
Executable File

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