File: README.md

package info (click to toggle)
tinyexr 1.0.0%2Bdfsg-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,268 kB
  • sloc: cpp: 15,319; makefile: 74; sh: 18; ansic: 15
file content (16 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
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