summaryrefslogtreecommitdiff
path: root/tests/pke-test-static-ui.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-03-12 17:26:48 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-03-12 17:26:48 -0400
commit85a2ba407b1ae285b4080e14f8a18ecf4ec7da2c (patch)
tree0abe7044b6af5820e9f3c143733047b254e78e15 /tests/pke-test-static-ui.h
parent68ef51ed3247dc4e7bd5970b9279a7d6a938ca52 (diff)
pke: more testing features + more ui flex work
Diffstat (limited to 'tests/pke-test-static-ui.h')
-rw-r--r--tests/pke-test-static-ui.h16
1 files changed, 16 insertions, 0 deletions
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 */