removed ClientInterface

This commit is contained in:
Erik Frojdh
2019-05-15 08:38:49 +02:00
parent 97dd329a7b
commit bf0847e967
7 changed files with 1 additions and 129 deletions

View File

@ -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

View File

@ -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);
}