mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +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]")
|
TEST_CASE("create_invalid_dir", "[create_dir]")
|
||||||
{
|
{
|
||||||
REQUIRE(create_dir("") == false);
|
REQUIRE(create_dir("") == false);
|
||||||
|
REQUIRE(create_dir(spdlog::filename_t{}) == false);
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
REQUIRE(create_dir("/proc/spdlog-utest") == false);
|
REQUIRE(create_dir("/proc/spdlog-utest") == false);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user