mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
WIP
This commit is contained in:
@ -9,4 +9,5 @@ target_sources(tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-ToString.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-TypeTraits.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-UdpRxSocket.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-logger.cpp
|
||||
)
|
16
slsSupportLib/tests/test-logger.cpp
Normal file
16
slsSupportLib/tests/test-logger.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "catch.hpp"
|
||||
#include "logger.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
TEST_CASE("fail"){
|
||||
|
||||
FILE_LOG(logINFO) << "A message";
|
||||
|
||||
|
||||
|
||||
|
||||
// CHECK(false);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user