wip bin tree remove

This commit is contained in:
Jef Roosens 2023-01-19 22:45:22 +01:00
parent 2ecd2eae4d
commit f2c20e8a15
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 55 additions and 6 deletions

View file

@ -28,5 +28,7 @@ void test_insert() {
}
TEST_LIST = {
{"test_init", test_init},
{"test_insert", test_insert},
{NULL, NULL}
};