commit | 118658926a59fe76b2d7c6b0a5cbdcb34b097a9f | [log] [tgz] |
---|---|---|
author | Tor Norbye <[email protected]> | Tue Sep 02 12:24:58 2014 -0700 |
committer | Tor Norbye <[email protected]> | Mon Sep 08 19:33:20 2014 +0000 |
tree | 8360f6cf86ae05a0cc192f1afaed57372eac5a8c | |
parent | 88d9b7d863d313a6077f71215d90d75141fbcdc1 [diff] [blame] |
Add script for running UI tests from the command line Usage: $ cd tools/idea $ ant guiTests Test results are written to build/TEST-* Change-Id: I5e395e4348eb70ef65ae819277555ee95642bdfb (cherry picked from commit 7c48b9da9b078f4b7e1282cf906632af9909b7db)
diff --git a/.gitignore b/.gitignore index 6aba63e..8ccf95b 100644 --- a/.gitignore +++ b/.gitignore
@@ -9,3 +9,5 @@ .jps-build-data /bin/build-log.xml /bin/build.log +/androidStudio +/build/TEST*