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