File: help_make_tests

package info (click to toggle)
abinit 9.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 518,712 kB
  • sloc: xml: 877,568; f90: 577,240; python: 80,760; perl: 7,019; ansic: 4,585; sh: 1,925; javascript: 601; fortran: 557; cpp: 454; objc: 323; makefile: 77; csh: 42; pascal: 31
file content (28 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
==============================================================================

Issue `make check` to run a subset of tests (fast tests)

Use the script `runtests.py` located in ~abinit/tests to validate the build 
(requires python 2.7 or python >= 3.4)

To get help, cd to ~abinit/tests and issue:
    
    $ ./runtests.py --help

To run the test suite inside a build directory (e.g. ~abinit/build/tests), use:

    $ ../../tests/runtests.py

This will create a directory build/tests/Test_suite with the results of the tests.

Useful option when using manually the test suite:

    $ ../../tests/runtests.py -t0

which disables the timeout routine

To add a new test, please consult:

    https://docs.abinit.org/developers/testsuite_howto

==============================================================================