File: README.md

package info (click to toggle)
tinyexr 1.0.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,184 kB
  • sloc: cpp: 12,561; makefile: 110; sh: 18; ansic: 15
file content (17 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Test with llvm Fuzzer

## Requirements

clang 12 or later
(recent clang does not require libFuzzer anymore)

## Compile and run

```
$ make
$ make t
```

## TODO

* Move to use Catch unit test framework