Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_cfg.cpp « tests - github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bef6ef72ee174be93f38a9712be3ae08e5afe71 (plain)
1
2
3
4
5
6
7
8
9
10
#include "includes.h"
#include "test_sink.h"

#include <spdlog/cfg/env.h>

TEST_CASE("env", "[cfg]")
{
    spdlog::logger l{"l1"};
}