mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
removed ClientInterface
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
target_sources(tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-ClientInterface.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdLineParser.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-container_utils.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-network_utils.cpp
|
||||
|
@ -1,11 +0,0 @@
|
||||
#include "ClientInterface.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