# 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
