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:
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"};
+}
+