summaryrefslogtreecommitdiff
path: root/test/pkarr.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/pkarr.c
parent13212dbdad82c4f614bb1e5f758e84370a085614 (diff)
tests: only define what's needed
Diffstat (limited to 'test/pkarr.c')
-rw-r--r--test/pkarr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pkarr.c b/test/pkarr.c
index c8878af..c6e09f1 100644
--- a/test/pkarr.c
+++ b/test/pkarr.c
@@ -2,6 +2,8 @@
// NOTE: only intended for performance testing
// TODO: move flag to compiler and run tests more than once for full coverage
#define PK_ARR_MOVE_IN_PLACE
+#define PK_IMPL_MEM
+#define PK_IMPL_ARR
#include "../pkarr.h"