aboutsummaryrefslogtreecommitdiff
path: root/test/core/text-test.c
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-12-13 09:37:21 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-12-16 11:28:44 -0700
commit5abe94420528d3e107eceb0f3df073e8a1270191 (patch)
tree332ab323c429250efcd086b15dac9beff6625a60 /test/core/text-test.c
parentbafcf13695f80dac6d9be87b65ad6156ddc3d621 (diff)
downloadvis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.gz
vis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.xz
make vis a single file build
Diffstat (limited to 'test/core/text-test.c')
-rw-r--r--test/core/text-test.c7
1 files changed, 5 insertions, 2 deletions
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 <string.h>
#include <unistd.h>
#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