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

Unified Diff: makefile

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 | « library.cc ('k') | seccomp.gyp » ('j') | tests/test_patching.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: makefile
diff --git a/makefile b/makefile
index 9ce2759b06e165b398ee13b33283b24f267608ea..041e8755dc070009417719fc8ebf3e8c21328e1f 100644
--- a/makefile
+++ b/makefile
@@ -13,6 +13,8 @@ MODS := allocator preload library debug maps x86_decode securemem sandbox \
TEST_MODS := \
tests/clone_test_helper \
tests/test_runner \
+ tests/test_patching \
+ tests/test_patching_input \
tests/test_syscalls
OBJS64 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o64/')
OBJS32 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o32/')
« no previous file with comments | « library.cc ('k') | seccomp.gyp » ('j') | tests/test_patching.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698