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/pkev.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/pkev.cpp') diff --git a/test/pkev.cpp b/test/pkev.cpp index ed62803..30ccbb0 100644 --- a/test/pkev.cpp +++ b/test/pkev.cpp @@ -1,10 +1,13 @@ -#include "../pkev.h" +#define PK_IMPL_EV #include "../pkmacros.h" +#include "../pkev.h" + #include #include +#include static bool expected_exit = false; static bool caught = false; -- cgit v1.2.3