chore: update tests

This commit is contained in:
2025-08-27 08:36:27 +02:00
parent 95bfd5f043
commit 3e8061a618
5 changed files with 46 additions and 6 deletions

7
tests/test_main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <assert.h>
int main(void) {
assert(true);
return 0;
}