tests: Added string view suite

sv_copy is the only function, but we may have others later.
This commit is contained in:
2026-02-05 04:48:13 +00:00
parent 9095b118fd
commit 45ef1fa01a
2 changed files with 54 additions and 0 deletions

View File

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