• Home
Name Date Size #Lines LOC

..--

src/com/hp/creals/03-May-2024-410313

Android.mkD03-May-20241 KiB317

AndroidManifest.xmlD03-May-20241.3 KiB4014

README.txtD03-May-2024637 1712

README.txt

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