Browse Source

tests.cpp

tests
Antonio SJ Musumeci 2 days ago
parent
commit
bddefb77ad
  1. 7
      tests/tests.cpp

7
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},

Loading…
Cancel
Save