Commit 594d2260 authored by gabime's avatar gabime

update tests

parent aac7dccf
......@@ -35,6 +35,7 @@ TEST_CASE("create_dir", "[create_dir]")
TEST_CASE("create_invalid_dir", "[create_dir]")
{
REQUIRE(create_dir("") == false);
REQUIRE(create_dir(spdlog::filename_t{}) == false);
#ifdef __linux__
REQUIRE(create_dir("/proc/spdlog-utest") == false);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment