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

Unified Diff: seccomp.gyp

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
« no previous file with comments | « makefile ('k') | tests/test_patching.cc » ('j') | tests/test_patching.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: seccomp.gyp
diff --git a/seccomp.gyp b/seccomp.gyp
index 72c4ade24500a528a9c8fe0385334dac836b9da1..baabeea96264787a11b7fa6d531091ced3b637f9 100644
--- a/seccomp.gyp
+++ b/seccomp.gyp
@@ -65,6 +65,8 @@
'reference_trusted_thread.cc',
'tests/clone_test_helper.S',
'tests/test_runner.cc',
+ 'tests/test_patching.cc',
+ 'tests/test_patching_input.S',
'tests/test_syscalls.cc',
],
'include_dirs': [
« no previous file with comments | « makefile ('k') | tests/test_patching.cc » ('j') | tests/test_patching.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698