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

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-12-21 19:52:35 +0300
committergabime <gmelman1@gmail.com>2019-12-21 19:52:35 +0300
commit28e334c728f0e36974b0939de4b0e90f0212c94a (patch)
treea6e9ec6bbc0b8bde27c0e0b83a8dc1b0ef4ba21a /tests/test_cfg.cpp
parent15a9427112481bd8aa2b01cbaa3a09a2e0451a00 (diff)
Fixed tests
Diffstat (limited to 'tests/test_cfg.cpp')
-rw-r--r--tests/test_cfg.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_cfg.cpp b/tests/test_cfg.cpp
new file mode 100644
index 00000000..2bef6ef7
--- /dev/null
+++ b/tests/test_cfg.cpp
@@ -0,0 +1,10 @@
+#include "includes.h"
+#include "test_sink.h"
+
+#include <spdlog/cfg/env.h>
+
+TEST_CASE("env", "[cfg]")
+{
+ spdlog::logger l{"l1"};
+}
+