Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 05-Oct-2017 | 1K | |
AndroidManifest.xml | 05-Oct-2017 | 1.3K | |
README.txt | 05-Oct-2017 | 637 | |
src/ | 05-Oct-2017 |
1 Run on Android with 2 3 1) Build the tests. 4 2) adb install <tree root>/out/target/product/generic/data/app/CRTests/CRTests.apk 5 3) adb shell am instrument -w com.hp.creals.tests/android.test.InstrumentationTestRunner 6 7 The last step takes around 10 minutes on a Nexus 5. 8 (CRTest is quick, SlowCRTest is not, especially not the final trig function 9 test.) 10 11 Note that Random seeds are not set. Hence repreated runs should improve 12 coverage at the cost of reproducibility. Failing arguments should however 13 be printed. 14 15 We expect that this test is much too nondeterministic to be usable for any kind 16 of performance evaluation. Please don't try. 17