CONTRIBUTING: Add a section on how to run the tests
This commit is contained in:
parent
64e0dc8793
commit
6870e96873
1 changed files with 17 additions and 0 deletions
|
@ -25,6 +25,23 @@ There is also a
|
|||
[stow-devel](https://lists.gnu.org/mailman/listinfo/stow-devel)
|
||||
mailing list (see [Mailing lists](README.md#mailing-lists)).
|
||||
|
||||
Testing
|
||||
~~~~~~~
|
||||
|
||||
The test suite can be found in the [`t/`](t/) subdirectory. You can
|
||||
run the test suite via:
|
||||
|
||||
make check
|
||||
|
||||
Individual tests can be run as follows:
|
||||
|
||||
perl -It t/stow.t
|
||||
|
||||
or with a given debugging verbosity corresponding to the `-v` / `--verbose`
|
||||
command-line option:
|
||||
|
||||
TEST_VERBOSE=4 perl -It t/stow.t
|
||||
|
||||
Translating Stow
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue