aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2012-09-22 15:22:38 -0700
committerJack Palevich <jackpal@google.com>2012-09-22 15:22:38 -0700
commitf15fa5c08ac41aecc22c7ba695ca90c516dd8a99 (patch)
treee193aa504993b1caf4e418117eb443298aa841af
parentd8ba1b067bda77ccf9727b0b07c47d00b63d56b5 (diff)
downloadAndroidTerm-f15fa5c08ac41aecc22c7ba695ca90c516dd8a99.tar.gz
Very simple script to build and run tests.
There's just one test right now. And you have to look at adb logcat to see what the test output is.
-rwxr-xr-xtools/runTests7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/runTests b/tools/runTests
new file mode 100755
index 0000000..ecfb6fd
--- /dev/null
+++ b/tools/runTests
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+cd tests/emulatorview-test
+ant debug
+adb shell am instrument jackpal.androidterm.test/android.test.InstrumentationTestRunner