diff options
Diffstat (limited to 'tests/pke-test.cpp')
| -rw-r--r-- | tests/pke-test.cpp | 2 |
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, }; |
