*[TINDGER](https://pajda.fit.vutbr.cz/testos/tindger) tool and it's dependencies:
* LLVM-dev
* Z3
Please build COBAP first and copy the binary into bin/ folder. On how to build COBAP refer to its [readme page](https://pajda.fit.vutbr.cz/testos/tindger).
## Build
```
make
```
## Run example
```
bin/cobap -c MCDC -m 50 file.ll
```
## Parameters
* -c, --coverage - Choose coverage criteria from the list below
* --help - Display available options (-help-hidden for more)
* -m, --max-length - Maximum length of a path
* -o, --output - Output filename
* -s, --set-size - Try to generate many shortest paths possible, or few but long paths.
* =small - Small set, long paths
* =big - Big set, long paths
* --version - Display the version of this program
* -w, --workspace=<string> - Directory path, where custom temporary files may be saved