Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1387)

Unified Diff: tests/irt_ext/libc/libc_test.h

Issue 511253005: Added irt extension support for supplying the nacl_irt_memory interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Moved size declaration down Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/irt_ext/libc/file_tests.c ('k') | tests/irt_ext/libc/libc_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « tests/irt_ext/libc/file_tests.c ('k') | tests/irt_ext/libc/libc_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698