test: rename some stuff; separate cron part tests

This commit is contained in:
Jef Roosens 2023-01-28 09:30:35 +01:00
parent adfdca18da
commit 3bf3150b4a
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 77 additions and 12 deletions

View file

@ -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}
};