summaryrefslogtreecommitdiff
path: root/tests/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.txt')
-rw-r--r--tests/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/README.txt b/tests/README.txt
index 6cedac3..e8aca3a 100644
--- a/tests/README.txt
+++ b/tests/README.txt
@@ -1,14 +1,14 @@
Run on Android with
1) Build the tests.
-2) adb install <tree root>/out/target/product/<name>/data/app/CRTests/CRTests.apk
+2) adb install <tree root>/out/target/product/<name>/testcases/CRTests/arn64/CRTests.apk
3) adb shell am instrument -w com.hp.creals.tests/android.test.InstrumentationTestRunner
-The last step takes around 10 minutes on a Nexus 5.
+Depending on the device, the last step may take a while.
(CRTest is quick, SlowCRTest is not, especially not the final trig function
test.)
-Note that Random seeds are not set. Hence repreated runs should improve
+Note that Random seeds are not set. Hence repeated runs should improve
coverage at the cost of reproducibility. Failing arguments should however
be printed.