mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
add targets for individual tests (#3431)
This commit is contained in:
parent
28a46880a2
commit
8aa4758993
2 changed files with 19 additions and 1 deletions
|
@ -56,7 +56,7 @@ First switch to the test directory:
|
|||
```
|
||||
Then you can run all tests, showing details, with
|
||||
```
|
||||
$ make VERBOSE=1
|
||||
$ make VERBOSE=1 test
|
||||
```
|
||||
Alternately, run the tests with the details hidden in `all.log`:
|
||||
```
|
||||
|
@ -66,6 +66,10 @@ Either way, you can get a summary of any test failures with:
|
|||
```
|
||||
$ ./problems
|
||||
```
|
||||
You can run a single test suite, with source file `foo.test.cpp` or `foo.test.py`, with
|
||||
```
|
||||
$ make foo.test
|
||||
```
|
||||
|
||||
Note that any development should be performed using a git clone, and the current development branch.
|
||||
The source tarballs do not reflect HEAD, and do not contain the test suite.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue