blob: 616b62e2cbeea654dffda2fdbe5eab1cfab753b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Test with libFuzzer
## Requirements
Ubuntu 16.04 + apt installed clang 5.0 libFuzzer.
## Compile and run
```
$ make
$ make t
```
## TODO
* Move to use Catch unit test framework
|