summaryrefslogtreecommitdiff
path: root/tests/pke-test-stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pke-test-stubs.h')
-rw-r--r--tests/pke-test-stubs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pke-test-stubs.h b/tests/pke-test-stubs.h
new file mode 100644
index 0000000..d16f3e9
--- /dev/null
+++ b/tests/pke-test-stubs.h
@@ -0,0 +1,9 @@
+#ifndef PKE_TEST_STUBS_H
+#define PKE_TEST_STUBS_H
+
+#include "pk.h"
+
+void pke_test_stub_init_vulkan();
+void pke_test_stub_teardown_vulkan();
+
+#endif /* PKE_TEST_STUBS_H */