From 85a2ba407b1ae285b4080e14f8a18ecf4ec7da2c Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 12 Mar 2025 17:26:48 -0400 Subject: pke: more testing features + more ui flex work --- tests/pke-test-static-ui.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/pke-test-static-ui.h (limited to 'tests/pke-test-static-ui.h') diff --git a/tests/pke-test-static-ui.h b/tests/pke-test-static-ui.h new file mode 100644 index 0000000..673adf8 --- /dev/null +++ b/tests/pke-test-static-ui.h @@ -0,0 +1,16 @@ +#ifndef PKE_PKE_TEST_STATIC_UI_H +#define PKE_PKE_TEST_STATIC_UI_H + +#include "pke-test-types.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pke_test_group *pke_test_static_ui_get_group(); + +#ifdef __cplusplus +} +#endif + +#endif /* PKE_PKE_TEST_STATIC_UI_H */ -- cgit v1.2.3