summaryrefslogtreecommitdiff
path: root/tests/pke-test-serialization.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-07-24 11:02:42 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-07-24 11:02:42 -0400
commit5e341340de5259acdb119866dc6819a81ed0ca84 (patch)
treee54360445b78607ea2d82dedc6ecbeffcbad6d45 /tests/pke-test-serialization.cpp
parent7d3b7f981998fdeb5375dff70f222821b0cdfc3d (diff)
pke: pk.h breaking changes in test suite
Diffstat (limited to 'tests/pke-test-serialization.cpp')
-rw-r--r--tests/pke-test-serialization.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pke-test-serialization.cpp b/tests/pke-test-serialization.cpp
index 7a9ec41..ebc7177 100644
--- a/tests/pke-test-serialization.cpp
+++ b/tests/pke-test-serialization.cpp
@@ -48,6 +48,7 @@ const pk_uuid uuid_n[] = {
void pke_test_serialization_spinup() {
// pk_funcinstr_init();
pkeSettings.isSimulationPaused = true;
+ pk_ev_init(nullptr);
Physics_Init();
PkeThreads_Init();
AM_Init();
@@ -76,6 +77,7 @@ void pke_test_serialization_teardown() {
AM_Teardown();
PkeThreads_Teardown();
Physics_Teardown();
+ pk_ev_teardown();
bkt = nullptr;
// pk_funcinstr_teardown();
};