mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 03:10:46 +01:00
starting to add new Socket interface
This commit is contained in:
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