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

Unified Diff: tests/test_runner.h

Issue 8596009: Add test for patching a system call instruction (Closed) Base URL: https://seccompsandbox.googlecode.com/svn/trunk
Patch Set: Add comment Created 9 years, 1 month 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
« tests/test_patching.cc ('K') | « tests/test_patching_input.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_runner.h
diff --git a/tests/test_runner.h b/tests/test_runner.h
index 82690273906dc46ab94773f93d11cc872395f7c4..209c00acbec43b05fbcb5d3f5113d49363b072bd 100644
--- a/tests/test_runner.h
+++ b/tests/test_runner.h
@@ -5,6 +5,9 @@
#ifndef TEST_RUNNER_H__
#define TEST_RUNNER_H__
+#include <errno.h>
+#include <stdio.h>
+
void intend_exit_status(int val, bool is_signal);
void add_test_case(const char *test_name, void (*test_func)());
« tests/test_patching.cc ('K') | « tests/test_patching_input.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698