aboutsummaryrefslogtreecommitdiff
path: root/test/validation/hash/hash_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/hash/hash_main.c')
-rw-r--r--test/validation/hash/hash_main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/validation/hash/hash_main.c b/test/validation/hash/hash_main.c
new file mode 100644
index 000000000..4f7765ca2
--- /dev/null
+++ b/test/validation/hash/hash_main.c
@@ -0,0 +1,12 @@
+/* Copyright (c) 2015, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include "hash.h"
+
+int main(void)
+{
+ return hash_main();
+}