Create simple, bump allocator store

This commit is contained in:
2025-08-09 17:01:56 +01:00
parent 23bbbea755
commit f41d3a949c
5 changed files with 66 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ function(add_test_suites)
endfunction()
add_test_suites(
store_tests.c
token_tests.c
)