tools/readme.md: the tools/reduce.cpp has been removed and tools/reduce.py should be used instead
This commit is contained in:
parent
5e85a3df6c
commit
cb575576c7
|
@ -57,13 +57,9 @@ $ cd path/to/cppcheck
|
|||
$ make dmake
|
||||
$ ./dmake
|
||||
```
|
||||
### * tools/reduce.cpp
|
||||
### * tools/reduce.py
|
||||
|
||||
Cppcheck tool that reduces code for a hang/false positive. To build the tool run:
|
||||
```shell
|
||||
$ cd path/to/cppcheck
|
||||
$ make reduce
|
||||
```
|
||||
Script that reduces code for a hang/false positive.
|
||||
|
||||
### * tools/times.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue