Index: tests/irt_ext/libc/libc_test.h |
diff --git a/tests/irt_ext/libc/libc_test.h b/tests/irt_ext/libc/libc_test.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2bf66269a31bc0f4bdb7aa5845252365264c760f |
--- /dev/null |
+++ b/tests/irt_ext/libc/libc_test.h |
@@ -0,0 +1,13 @@ |
+/* |
+ * Copyright (c) 2014 The Native Client Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
+#ifndef NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_TEST_H |
+#define NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_TEST_H |
+ |
+int run_file_tests(void); |
+int run_mem_tests(void); |
+ |
+#endif /* NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_TEST_H */ |