From fb575049567ba037cf30f43d99a67fd1981b59a4 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 16 Oct 2025 14:11:28 -0400 Subject: pke-at-test: first-pass using pktst --- tests/pke-at-test-main.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/pke-at-test-main.cpp (limited to 'tests/pke-at-test-main.cpp') diff --git a/tests/pke-at-test-main.cpp b/tests/pke-at-test-main.cpp new file mode 100644 index 0000000..367bbf4 --- /dev/null +++ b/tests/pke-at-test-main.cpp @@ -0,0 +1,18 @@ + +#include "./pke-at-test-dummy.h" + +#include + +int main(int argc, char *argv[]) +{ + (void)argc; + (void)argv; + + pk_test_group_get *fns[] = { + pke_at_test_get_dummy + }; + + pk_test_run_test_groups(fns, 1); + + return 0; +} -- cgit v1.2.3