File: README.test

package info (click to toggle)
libapfloat-java 1.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,156 kB
  • sloc: java: 41,581; xml: 1,111; sh: 103; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by running the provided test:

    sh run-unit-test

in order to confirm its integrity.


One can also run
        java -jar /usr/share/java/apfloat-samples.jar
to test an applet to compute digits of Pi, or
        java -cp /usr/share/java/apfloat-calc.jar org.apfloat.calc.Calculator
to test a command-line calculator.