tools/readme.md: the tools/reduce.cpp has been removed and tools/reduce.py should be used instead

This commit is contained in:
Daniel Marjamäki 2019-03-02 18:48:44 +01:00
parent 5e85a3df6c
commit cb575576c7
1 changed files with 2 additions and 6 deletions

View File

@ -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