diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-14 17:27:15 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-14 17:27:15 -0400 |
| commit | 9fcb821db2f7c8e48372ee6e89fd48992d25a802 (patch) | |
| tree | c13efdf7e41d56772e9f19b73ba704c33544c469 /test/pkev.cpp | |
| parent | 13212dbdad82c4f614bb1e5f758e84370a085614 (diff) | |
tests: only define what's needed
Diffstat (limited to 'test/pkev.cpp')
| -rw-r--r-- | test/pkev.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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 <csetjmp> #include <future> +#include <stdatomic.h> static bool expected_exit = false; static bool caught = false; |
