diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-16 16:58:02 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-16 17:00:08 -0400 |
| commit | 73c5e170260638cc566cba2689ea570caee39251 (patch) | |
| tree | 256b36398d33650054a885e572437909f88485cb /tests/pke-test-load-unload.h | |
| parent | e52ef2e49ae660833370befc34ba79d412cb4604 (diff) | |
pke: major object lifetime overhaul.
Added pke-test-load-unload to ensure objects are
managed as expected.
Diffstat (limited to 'tests/pke-test-load-unload.h')
| -rw-r--r-- | tests/pke-test-load-unload.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 */ |
