mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
12 lines
192 B
C++
Executable File
12 lines
192 B
C++
Executable File
#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);
|
|
|
|
} |