Fixed tests

This commit is contained in:
gabime
2019-12-21 18:52:35 +02:00
parent 15a9427112
commit 28e334c728
3 changed files with 17 additions and 4 deletions

10
tests/test_cfg.cpp Normal file
View 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"};
}