mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 13:26:42 +01:00
WIP
This commit is contained in:
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