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
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include <string.h>
void test_str1(void) {
int main(void) {
size_t length;
size_t capacity;
char *c_str;