aboutsummaryrefslogtreecommitdiff
path: root/test/miscellaneous/odp_api_headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous/odp_api_headers.c')
-rw-r--r--test/miscellaneous/odp_api_headers.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/miscellaneous/odp_api_headers.c b/test/miscellaneous/odp_api_headers.c
new file mode 100644
index 000000000..f81a9c58b
--- /dev/null
+++ b/test/miscellaneous/odp_api_headers.c
@@ -0,0 +1,14 @@
+/* Copyright (c) 2022, Nokia
+ *
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include <odp_api.h>
+#include <odp/helper/odph_api.h>
+
+int main(void)
+{
+ return 0;
+}