From 2a2b5c4dbfe278e282b3d8ae0352a11da50c872a Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 30 May 2025 17:21:38 -0400 Subject: pke: entities: BucketContainer>pk_bkt_arr_t --- tests/pke-test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp index 2e9eb9d..3f6b43b 100644 --- a/tests/pke-test.cpp +++ b/tests/pke-test.cpp @@ -6,6 +6,7 @@ #include "./pke-test-serialization.h" #include "./pke-test-static-ui.h" +#include "entities.hpp" #include "pk.h" #include "unistd.h" #include @@ -35,6 +36,12 @@ int main(int argc, char *argv[]) double group_ms; pk_tmr func_tmr; + // global garbage data when dtor called on program exit + { + EntityType_Init(); + EntityType_Teardown(); + } + pke_test_get_group *group_fns[] = { pke_test_dummy_get_group, pke_test_static_ui_get_group, -- cgit v1.2.3