OSDN Git Service

bionic tests: migrate test for mutex type from system/extras
authorDerek Xue <derek.xue@linaro.org>
Thu, 25 Sep 2014 10:05:32 +0000 (11:05 +0100)
committerElliott Hughes <enh@google.com>
Sat, 25 Oct 2014 01:54:42 +0000 (18:54 -0700)
commit4199695657e9500db14ab40392e3715db1826002
treedcecb8b9c15dc0f42582132efdb37852afb32830
parentf56a2f5ed2508e0743581003420c0f2d9cb54c7b
bionic tests: migrate test for mutex type from system/extras

Migrate the test about pthread mutex type in file
    system/extras/tests/bionic/libc/bionic/test_mutex.c
to the new place
    bionic/tests/pthread_test.cpp
in the gtest format.

Change-Id: I6aab10170ccad5b9a4892d52dba2403876c86659
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
tests/pthread_test.cpp