mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
merging refactor (replacing)
This commit is contained in:
12
slsSupportLib/tests/test-ClientInterface.cpp
Executable file
12
slsSupportLib/tests/test-ClientInterface.cpp
Executable 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