summaryrefslogtreecommitdiff
path: root/test/README
blob: de7b344ceaa21208d333f0e1782c215c2421a724 (plain)
1
2
3
4
5
6
7
8
9
Fuzz testing
============

fuzz-test is an executable used for reproducing test cases, it takes a file
as argument and passes it to the fuzz target, set CFLAGS to enable a sanitizer,
for example: CFLAGS="-fsanitize=address -g" ./autogen.sh; make

NOTE: The executables may be linked against the system library, check with
      `ldd fuzz-test` and use `sudo make install` as a workaround if necessary.