File: README.txt

package info (click to toggle)
regina-normal 4.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,824 kB
  • ctags: 7,862
  • sloc: cpp: 63,296; ansic: 12,913; sh: 10,556; perl: 3,294; makefile: 947; python: 188
file content (11 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Regina Python Test Suite
------------------------

This directory tree contains the test suite for Regina's python interface.
The test suite can be used to verify that Regina's python bindings are
operating correctly under different compilers or on different platforms.

To build and run the test suite, move to the top-level source directory
and type "make check".

See also the C++ test suite in ../../testsuite/.