Searched refs:check_build (Results 1 – 7 of 7) sorted by relevance
92 def check_build(project, engine, sanitizer, architecture): function167 check_build(project, engine, sanitizer, architecture)
48 …fy that you did this correctly using `ldd <fuzz_target_name>` and the `check_build` command in `in…
338 check_build(output_dir)706 def check_build(output_dir: str): function
89 return check_build(args)619 def check_build(args): function
141 $ python infra/helper.py check_build --sanitizer <address/memory/undefined> \
113 limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
341 2. Find failures to fix by running the `check_build` command:344 $ python infra/helper.py check_build $PROJECT_NAME