OSDN Git Service

bionic/test: migrate sysconf tests from system/extras to bionic/tests
authorDerek Xue <derek.xue@linaro.org>
Thu, 25 Sep 2014 09:55:34 +0000 (10:55 +0100)
committerYongqin Liu <yongqin.liu@linaro.org>
Sat, 15 Nov 2014 01:48:36 +0000 (09:48 +0800)
commitbc6447673fba0b38d948dcd627ab6744395c771a
tree08a2d0eb1044baf98d0ad124e3f22a4ae41ed69b
parent38569312bc5a3a4688d45997d81b59abb0a60825
bionic/test: migrate sysconf tests from system/extras to bionic/tests

The old test are implemented in file:
  system/extras/tests/bionic/libc/other/test_sysconf.c
This change is to migrate them to bionic/tests with the gtest format.

and since the sysconf is defined in unistd.h, will put the test under
bionic/tests/unistd_test.cpp file as unistd.syscon test

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