refactor(test): use builtin meson test

This commit is contained in:
2026-03-16 23:22:37 +01:00
parent 21806e77a7
commit 47fc8b50a6
10 changed files with 92 additions and 114 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void my_free_value(void *value) {
free(mct);
}
void test_hm1(void) {
int main(void) {
/* Allocate a new hashmap */
/* Pass your custom hash, equal and free functions */
/* This hashmap will contain names as keys and a custom type as value */