diff --git a/tests/tests.cpp b/tests/tests.cpp index eb1d75e5..ccd6a3da 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -303,6 +303,13 @@ test_config() TEST_CHECK(cfg.set("async-read","true") == 0); } +static +void +test_rmdir() +{ + +} + TEST_LIST = { {"nop",test_nop},