forked from vieter-v/libvieter
test: rename some stuff; separate cron part tests
This commit is contained in:
parent
adfdca18da
commit
3bf3150b4a
8 changed files with 77 additions and 12 deletions
|
|
@ -51,8 +51,8 @@ void test_remove() {
|
|||
}
|
||||
|
||||
TEST_LIST = {
|
||||
{"test_init", test_init},
|
||||
{"test_insert", test_insert},
|
||||
{"test_remove", test_remove},
|
||||
{"tree init", test_init},
|
||||
{"tree insert", test_insert},
|
||||
{"tree remove", test_remove},
|
||||
{NULL, NULL}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue