summaryrefslogtreecommitdiff
path: root/tests/pke-test.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-06 13:12:24 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-06 13:12:24 -0400
commit32968050f0b34fdabfcc2a4fb5601d4be361bbd2 (patch)
treeacef384a2156a16d4d506c37f13f79d454a4a6e9 /tests/pke-test.cpp
parentef37d054dfe5812efa9eefb4b9b18621fdabac25 (diff)
pke: major serialization refactor, first-pass
Diffstat (limited to 'tests/pke-test.cpp')
-rw-r--r--tests/pke-test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp
index 1849014..78ad662 100644
--- a/tests/pke-test.cpp
+++ b/tests/pke-test.cpp
@@ -3,6 +3,7 @@
#include "./pke-test-dummy.h"
#include "./pke-test-static-ui.h"
+#include "./pke-test-serialization.h"
#include "pk.h"
#include "unistd.h"
@@ -36,6 +37,7 @@ int main(int argc, char *argv[])
pke_test_get_group *group_fns[] = {
pke_test_dummy_get_group,
pke_test_static_ui_get_group,
+ pke_test_serialization_get_group,
NULL,
};