commit | fc69a8ad5f0d9b63de48e3858fb4811ede7ac64e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 04 11:53:09 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Mar 09 14:50:03 2016 -0800 |
tree | 6af471e8ad582190fcdccb40eea622802820dc74 | |
parent | 728e0e9b97d7a43b4348062e4040d478c2ab8f51 [diff] [blame] |
Improve and fix the stack-protector tests. Bug: http://b/26888853 Change-Id: I505dbf7d5934f7247fb639f55dd6a9341df3947b
diff --git a/tests/Android.mk b/tests/Android.mk index 4afccac..aeb10ea 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -78,6 +78,7 @@ setjmp_test.cpp \ signal_test.cpp \ stack_protector_test.cpp \ + stack_protector_test_helper.cpp \ stack_unwinding_test.cpp \ stdatomic_test.cpp \ stdint_test.cpp \