From 6ca4d7a6b6c896cfcba0b3dfe02bf135b5c8ead7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 17 Oct 2025 18:01:11 -0400 Subject: pke-at: first-pass parse planning center json --- tests/pke-at-test-data-parser.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/pke-at-test-data-parser.h (limited to 'tests/pke-at-test-data-parser.h') diff --git a/tests/pke-at-test-data-parser.h b/tests/pke-at-test-data-parser.h new file mode 100644 index 0000000..b2321ff --- /dev/null +++ b/tests/pke-at-test-data-parser.h @@ -0,0 +1,8 @@ +#ifndef PKE_AT_PKE_AT_TEST_DATA_PARSER_H +#define PKE_AT_PKE_AT_TEST_DATA_PARSER_H + +#include + +struct pk_test_group *pke_at_test_get_data_parser(); + +#endif /* PKE_AT_PKE_AT_TEST_DATA_PARSER_H */ -- cgit v1.2.3