tests: split of symtable testing into its own suite

makes sense to be there, not in the lisp API
This commit is contained in:
2026-02-05 04:41:57 +00:00
parent 40ef094b68
commit 9095b118fd
3 changed files with 49 additions and 18 deletions

View File

@@ -12,9 +12,11 @@
#include "./test.h"
#include "./test_lisp_api.c"
#include "./test_symtable.c"
#include "./test_vec.c"
test_suite_t SUITES[] = {
SYMTABLE_SUITE,
LISP_API_SUITE,
VEC_SUITE,
};