commit | 04303f5a8ab9a992f3671d46b6ee2171582cbd61 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 18 16:11:59 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 19 17:37:06 2014 -0700 |
tree | 98d3997d33e93eeb91a2c2f331b57f35c180cbb2 | |
parent | adc01348ee51a4ad678b1c277f85cbbed5c2e728 [diff] [blame] |
Add semaphore tests, fix sem_destroy. Bug: https://code.google.com/p/android/issues/detail?id=76088 Change-Id: I4a0561b23e90312384d40a1c804ca64ee98f4066
diff --git a/tests/Android.mk b/tests/Android.mk index 890e203..59fe57d 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -86,6 +86,7 @@ regex_test.cpp \ sched_test.cpp \ search_test.cpp \ + semaphore_test.cpp \ signal_test.cpp \ stack_protector_test.cpp \ stdatomic_test.cpp \