commit | 54515c742efd691750164fc85e82a7306fa0e6fb | [log] [tgz] |
---|---|---|
author | Shubham Ajmera <shubhamajmera@google.com> | Thu Mar 23 13:58:23 2017 -0700 |
committer | Shubham Ajmera <shubhamajmera@google.com> | Thu Mar 23 15:10:03 2017 -0700 |
tree | 03e2ae6942a2a0fbf3d2e72acce00c7e1e45c17f | |
parent | 4a5a162abe6b1bdda501726f0bc50e917cd20a56 [diff] |
Add test.py script to run gtest and run-test By default, it will run both run-test and gtest If either of the two are explicilty asked for, it will not run the other one. Options: --run-test : To run run-test --gtest : To run gtest -j : Number of jobs --host: for host tests --target: for target tests All the other arguments will be passed to the run-test testrunner. Test: ./art/test.py --host --target -j12 --run-test --gtest Change-Id: I2fc4ebb900fb72db83165c6ae1615b8bdcfc33f4