make testing more robust

This commit is contained in:
2025-10-03 22:05:00 +02:00
parent 8ada613a3e
commit 89b4dfa3e8
4 changed files with 14 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
snippet testfile
#include <criterion/criterion.h>
#include "allocator.h"
Test($1, $2) {
$0
}