summaryrefslogtreecommitdiff
path: root/test/pkstr.c
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-14 17:27:15 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-14 17:27:15 -0400
commit9fcb821db2f7c8e48372ee6e89fd48992d25a802 (patch)
treec13efdf7e41d56772e9f19b73ba704c33544c469 /test/pkstr.c
parent13212dbdad82c4f614bb1e5f758e84370a085614 (diff)
tests: only define what's needed
Diffstat (limited to 'test/pkstr.c')
-rw-r--r--test/pkstr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pkstr.c b/test/pkstr.c
index 7b91fe7..f477e6a 100644
--- a/test/pkstr.c
+++ b/test/pkstr.c
@@ -1,4 +1,6 @@
+#define PK_IMPL_STR
+
#include "../pkstr.h"
#include "../pkmacros.h"