From 5abe94420528d3e107eceb0f3df073e8a1270191 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 13 Dec 2025 09:37:21 -0700 Subject: make vis a single file build --- test/core/text-test.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/core/text-test.c') diff --git a/test/core/text-test.c b/test/core/text-test.c index f6004c1..c69038c 100644 --- a/test/core/text-test.c +++ b/test/core/text-test.c @@ -6,10 +6,13 @@ #include #include #include "tap.h" -#include "text.h" -#include "text-util.h" + #include "util.h" +#include "array.c" +#include "buffer.c" +#include "text.c" + #ifndef BUFSIZ #define BUFSIZ 1024 #endif -- cgit v1.2.3