Home | History | Annotate | only in /external/crcalc/tests
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171K
AndroidManifest.xml05-Oct-20171.3K
README.txt05-Oct-2017637
src/05-Oct-2017

README.txt

      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