aboutsummaryrefslogtreecommitdiff
path: root/test/core/map-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/map-test.c
parentbafcf13695f80dac6d9be87b65ad6156ddc3d621 (diff)
downloadvis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.gz
vis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.xz
make vis a single file build
Diffstat (limited to 'test/core/map-test.c')
-rw-r--r--test/core/map-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/map-test.c b/test/core/map-test.c
index 06364e4..a8231a3 100644
--- a/test/core/map-test.c
+++ b/test/core/map-test.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <stdio.h>
#include "tap.h"
-#include "map.h"
+#include "map.c"
static bool get(Map *map, const char *key, const void *data) {
return map_get(map, key) == data && map_closest(map, key) == data;