From 73c5e170260638cc566cba2689ea570caee39251 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 16 Sep 2025 16:58:02 -0400 Subject: pke: major object lifetime overhaul. Added pke-test-load-unload to ensure objects are managed as expected. --- tests/pke-test-load-unload.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/pke-test-load-unload.h (limited to 'tests/pke-test-load-unload.h') diff --git a/tests/pke-test-load-unload.h b/tests/pke-test-load-unload.h new file mode 100644 index 0000000..be28f0f --- /dev/null +++ b/tests/pke-test-load-unload.h @@ -0,0 +1,16 @@ +#ifndef PKE_PKE_TEST_LOAD_UNLOAD_H +#define PKE_PKE_TEST_LOAD_UNLOAD_H + +#include "pke-test-types.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pke_test_group *pke_test_load_unload_get_group(); + +#ifdef __cplusplus +} +#endif + +#endif /* PKE_PKE_TEST_LOAD_UNLOAD_H */ -- cgit v1.2.3