From 9fcb821db2f7c8e48372ee6e89fd48992d25a802 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 14 May 2025 17:27:15 -0400 Subject: tests: only define what's needed --- test/pkarr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/pkarr.c') 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" -- cgit v1.2.3