mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Fixed tests
This commit is contained in:
10
tests/test_cfg.cpp
Normal file
10
tests/test_cfg.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
|
||||
#include <spdlog/cfg/env.h>
|
||||
|
||||
TEST_CASE("env", "[cfg]")
|
||||
{
|
||||
spdlog::logger l{"l1"};
|
||||
}
|
||||
|
Reference in New Issue
Block a user