File: README.test

package info (click to toggle)
stopt 6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,264 kB
  • sloc: cpp: 75,778; python: 6,012; makefile: 72; sh: 57
file content (14 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by running the provided tests in order to confirm
its integrity. The examples can also be browsed, especially the functional
tests as they have a concrete application that is detailed in the documentation
that is shipped in stopt-doc.

* The C++ library can be tested by installing libstopt-dev and then running
        sh someCppUnitTests

* The Python bindings can be tested by installing python3-stopt, python3-numpy,
and then running
        sh pythonUnitTests