aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/validation/api/errno/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/validation/api/errno/errno.h')
-rw-r--r--test/common_plat/validation/api/errno/errno.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/common_plat/validation/api/errno/errno.h b/test/common_plat/validation/api/errno/errno.h
new file mode 100644
index 000000000..720385196
--- /dev/null
+++ b/test/common_plat/validation/api/errno/errno.h
@@ -0,0 +1,24 @@
+/* Copyright (c) 2015, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef _ODP_TEST_ERRNO_H_
+#define _ODP_TEST_ERRNO_H_
+
+#include <odp_cunit_common.h>
+
+/* test functions: */
+void errno_test_odp_errno_sunny_day(void);
+
+/* test arrays: */
+extern odp_testinfo_t errno_suite[];
+
+/* test registry: */
+extern odp_suiteinfo_t errno_suites[];
+
+/* main test program: */
+int errno_main(int argc, char *argv[]);
+
+#endif