File: README

package info (click to toggle)
libspectre 0.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,996 kB
  • sloc: ansic: 4,706; sh: 4,348; makefile: 188
file content (9 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
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.