summaryrefslogtreecommitdiff
path: root/test/pkstn.cpp
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/pkstn.cpp
parent13212dbdad82c4f614bb1e5f758e84370a085614 (diff)
tests: only define what's needed
Diffstat (limited to 'test/pkstn.cpp')
-rw-r--r--test/pkstn.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pkstn.cpp b/test/pkstn.cpp
index b6c9329..d29f216 100644
--- a/test/pkstn.cpp
+++ b/test/pkstn.cpp
@@ -1,4 +1,6 @@
+#define PK_IMPL_STN
+
#include "../pkstn.h"
#include <cstring>