added find, more tests

This commit is contained in:
2026-08-18 09:08:01 -05:00
parent 0ee2fe8874
commit a1862f54c1
9 changed files with 69 additions and 19 deletions
+10
View File
@@ -0,0 +1,10 @@
test_all: && test_array test_symbol
test_array:
zig cc -o test_array -std=c23 test_array.c libkeke_array.c libkeke_utils.c
./test_array
test_symbol:
zig cc -o test_symbol -std=c23 test_symbol.c libkeke_symbol.c
./test_symbol