From b222c27f46441288c4f47012fefa562dc8a3ec9c Mon Sep 17 00:00:00 2001 From: kilroy <> Date: Fri, 28 Nov 2025 19:41:37 -0500 Subject: [PATCH] Fixed tests --- tests/other_src.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/other_src.c diff --git a/tests/other_src.c b/tests/other_src.c new file mode 100644 index 0000000..0a74ada --- /dev/null +++ b/tests/other_src.c @@ -0,0 +1,5 @@ +/* For adding all necessary source files. + * I could just do symlinks rather than this. + */ + +#include "../src/lenstr.c"