spdlog/tests/test_cfg.cpp

11 lines
134 B
C++
Raw Normal View History

2019-12-22 00:52:35 +08:00
#include "includes.h"
#include "test_sink.h"
#include <spdlog/cfg/env.h>
TEST_CASE("env", "[cfg]")
{
spdlog::logger l{"l1"};
}