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-main.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/pke-at-test-main.cpp') diff --git a/tests/pke-at-test-main.cpp b/tests/pke-at-test-main.cpp index 367bbf4..dba3d0f 100644 --- a/tests/pke-at-test-main.cpp +++ b/tests/pke-at-test-main.cpp @@ -1,5 +1,6 @@ -#include "./pke-at-test-dummy.h" +#include "pke-at-test-dummy.h" +#include "pke-at-test-data-parser.h" #include @@ -9,10 +10,11 @@ int main(int argc, char *argv[]) (void)argv; pk_test_group_get *fns[] = { - pke_at_test_get_dummy + pke_at_test_get_dummy, + pke_at_test_get_data_parser, }; - pk_test_run_test_groups(fns, 1); + pk_test_run_test_groups(fns, 2); return 0; } -- cgit v1.2.3