mirror of https://github.com/gabime/spdlog.git
Fixed tests
parent
15a9427112
commit
28e334c728
@ -0,0 +1,10 @@
|
|||||||
|
#include "includes.h"
|
||||||
|
#include "test_sink.h"
|
||||||
|
|
||||||
|
#include <spdlog/cfg/env.h>
|
||||||
|
|
||||||
|
TEST_CASE("env", "[cfg]")
|
||||||
|
{
|
||||||
|
spdlog::logger l{"l1"};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue