aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzz.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: Configure check for main functionMarcoFalke2020-10-041-9/+0
|
* tests: Provide main(...) function in fuzzerpracticalswift2020-06-251-4/+12
|
* tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)practicalswift2020-05-221-2/+0
|
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* test: only declare a main() when fuzzing with AFLfanquake2020-01-291-3/+6
| | | | | libFuzzer will provide a main(). This also fixes a weak linking issue when fuzzing with libFuzzer on macOS.
* test: Show debug log on unit test failureMarcoFalke2020-01-021-0/+4
|
* tests: Remove Cygwin WinMain workaroundpracticalswift2019-10-241-6/+1
|
* tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only ↵practicalswift2019-10-241-8/+5
| | | | when needed.
* tests: Allow for using non-default fuzzing initializationpracticalswift2019-10-231-1/+3
|
* tests: Pass fuzzing inputs as constant referencespracticalswift2019-10-071-1/+2
|
* test: Build fuzz targets into seperate executablesMarcoFalke2019-01-291-0/+77