mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
starting to add new Socket interface
This commit is contained in:
@ -7,6 +7,7 @@ include_directories(
|
||||
|
||||
set(SOURCES
|
||||
test.cpp
|
||||
test-ClientInterface.cpp
|
||||
test-CmdLineParser.cpp
|
||||
test-container_utils.cpp
|
||||
test-string_utils.cpp
|
||||
|
12
slsSupportLib/tests/test-ClientInterface.cpp
Normal file
12
slsSupportLib/tests/test-ClientInterface.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user