diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-03-11 20:39:41 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-03-12 12:30:58 -0400 |
| commit | 68ef51ed3247dc4e7bd5970b9279a7d6a938ca52 (patch) | |
| tree | 169f75207bca7650a390ed812476ff3037978dae /tests/pke-test-dummy.h | |
| parent | eae4525970d5a689f09d82e1f73218cb16168b9b (diff) | |
pke: pke test scaffolding
Diffstat (limited to 'tests/pke-test-dummy.h')
| -rw-r--r-- | tests/pke-test-dummy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pke-test-dummy.h b/tests/pke-test-dummy.h new file mode 100644 index 0000000..b69609e --- /dev/null +++ b/tests/pke-test-dummy.h @@ -0,0 +1,8 @@ +#ifndef PKE_PKE_TEST_DUMMY_H +#define PKE_PKE_TEST_DUMMY_H + +#include "pke-test-types.h" + +struct pke_test_group *pke_test_dummy_get_group(); + +#endif /* PKE_PKE_TEST_DUMMY_H */ |
