mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
update tests
This commit is contained in:
parent
aac7dccf45
commit
594d226056
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user