commit | 9fea4090f1160ad8ca77e7b2a9a1a81dc4376329 | [log] [tgz] |
---|---|---|
author | Yongqin Liu <yongqin.liu@linaro.org> | Fri Oct 31 16:37:09 2014 +0800 |
committer | Elliott Hughes <enh@google.com> | Wed Nov 26 17:31:24 2014 -0800 |
tree | 73b7b355e3267461ce6b9142129925cde06e280a | |
parent | eb3a5e026e65ea80b17580a71f4451f5cf5d6612 [diff] [blame] |
bionic tests: add setjmp/_setjmp/sigsetjmp tests. Bug: 17288973 Change-Id: I2808eee58cbddae1b16fbe19a715b72d6dbaaec3 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
diff --git a/tests/Android.mk b/tests/Android.mk index 92d7976..4c4ee13 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -76,6 +76,7 @@ sched_test.cpp \ search_test.cpp \ semaphore_test.cpp \ + setjmp_test.cpp \ signal_test.cpp \ stack_protector_test.cpp \ stack_unwinding_test.cpp \