android13/external/crcalc/tests
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
src/com/hp/creals initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
AndroidManifest.xml initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00

README.txt

Run on Android with

1) Build the tests.
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

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 repeated runs should improve
coverage at the cost of reproducibility.  Failing arguments should however
be printed.

We expect that this test is much too nondeterministic to be usable for any kind
of performance evaluation.  Please don't try.