From 1d0653a6e595ffb6816042de50eb5434a386d9d0 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 16 Oct 2025 13:56:39 -0400 Subject: pke-test: refactor to use pktst --- tests/pke-test-font.hpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'tests/pke-test-font.hpp') diff --git a/tests/pke-test-font.hpp b/tests/pke-test-font.hpp index 19b2ddd..e1d7776 100644 --- a/tests/pke-test-font.hpp +++ b/tests/pke-test-font.hpp @@ -1,8 +1,17 @@ #ifndef PKE_PKE_TEST_FONT_HPP #define PKE_PKE_TEST_FONT_HPP -#include "pke-test-types.h" +#include "pk.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pk_test_group *pke_test_font_get_group(); + +#ifdef __cplusplus +} +#endif -struct pke_test_group *pke_test_font_get_group(); #endif /* PKE_PKE_TEST_FONT_HPP */ -- cgit v1.2.3