OSDN Git Service

better gtest runner for bionic
authorYabin Cui <yabinc@google.com>
Mon, 8 Dec 2014 04:43:37 +0000 (20:43 -0800)
committerYabin Cui <yabinc@google.com>
Sun, 14 Dec 2014 02:53:34 +0000 (18:53 -0800)
commit294d1e2c9e17873a0ce1c23cb2a559fc04f610be
tree15c59b1b6c1d5bf93b3577b6fddb2d1c57382393
parent0e32e39df0e487ec86d86627f1d4b43d1c8c524d
better gtest runner for bionic

1. option to run each test in a separate forked process: "--isolate".
2. warnings about slow tests: "--warnline".
3. run multiple tests at the same time: "-j N".

Bug: 17589740
Change-Id: Ife5f4cafec43aa051ad7bd9c9b2b7e2e437db0de
tests/Android.mk
tests/dlext_test.cpp
tests/gtest_main.cpp [new file with mode: 0644]
tests/sys_socket_test.cpp