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
|
$ make dmake
|
||||||
$ ./dmake
|
$ ./dmake
|
||||||
```
|
```
|
||||||
### * tools/reduce.cpp
|
### * tools/reduce.py
|
||||||
|
|
||||||
Cppcheck tool that reduces code for a hang/false positive. To build the tool run:
|
Script that reduces code for a hang/false positive.
|
||||||
```shell
|
|
||||||
$ cd path/to/cppcheck
|
|
||||||
$ make reduce
|
|
||||||
```
|
|
||||||
|
|
||||||
### * tools/times.sh
|
### * tools/times.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue