OSDN Git Service

Add script to expedite running passing tests
authorChristopher Wiley <wiley@google.com>
Thu, 20 Oct 2016 19:33:31 +0000 (12:33 -0700)
committerChristopher Wiley <wiley@google.com>
Tue, 25 Oct 2016 21:05:29 +0000 (14:05 -0700)
commit012ab106424b5ce2d9d9e442deab8b81b8bc2279
treecab9310bb85710cdb7cc7fc62bf9090c13f5e788
parent836ffa6e1c1e25b501d4134a46a7e88298ecf363
Add script to expedite running passing tests

Developers can run this script from within a shell where they have
source'd build/envsetup.sh and lunched a target.  It builds, installs,
and runs whitelisted test packages.

Bug: None
Test: This script is useful for iterating rapidly on unittests.

Change-Id: I44c32a0f75da1be2c69a8b1a67c0080a68def738
services/tests/runtests.py [new file with mode: 0755]