Max Moroz
|
a24fb1fd57
|
[zlib] Make the build script to loop through C++ fuzz targets. (#2977)
* [zlib] Make the build script to loop through C++ fuzz targets.
* Rename the uncompress2 fuzz target.
* fix Dockerfile
|
2019-10-22 11:43:04 -07:00 |
jonathanmetzman
|
3049c50d48
|
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
|
2019-05-01 11:09:55 -04:00 |
Max Moroz
|
2eaa543f82
|
[zlib] Fix build.sh to overwrite seed corpus symlinks.
|
2019-04-04 12:54:37 -07:00 |
sebpop
|
08bb5d9bd7
|
[zlib] add fuzzers (#1780)
|
2018-11-07 10:20:02 -08:00 |
Mike Aizatsky
|
3dd707ed58
|
[infra] using -lFuzzingEngine instead of -lfuzzer
|
2016-12-07 11:41:08 -08:00 |
Kuang-che Wu
|
7048975d6a
|
Fix parallel make command (#144)
'make -j' will make targets parallelly. In other words, "clean" may run after "all" for 'make -j clean all' line.
|
2016-12-07 06:47:37 -08:00 |
Mike Aizatsky
|
a143b9b39a
|
[infra] renaming targets/ to projects/
|
2016-11-29 10:55:25 -08:00 |