Home
last modified time | relevance | path

Searched refs:check_build (Results 1 – 7 of 7) sorted by relevance

/external/oss-fuzz/infra/ci/
Dbuild.py92 def check_build(project, engine, sanitizer, architecture): function
167 check_build(project, engine, sanitizer, architecture)
/external/oss-fuzz/docs/further-reading/
Dfuzzer_environment.md48 …fy that you did this correctly using `ldd <fuzz_target_name>` and the `check_build` command in `in…
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py338 check_build(output_dir)
706 def check_build(output_dir: str): function
/external/oss-fuzz/infra/
Dhelper.py89 return check_build(args)
619 def check_build(args): function
/external/oss-fuzz/docs/advanced-topics/
Dreproducing.md141 $ python infra/helper.py check_build --sanitizer <address/memory/undefined> \
/external/oss-fuzz/docs/getting-started/
Dcontinuous_integration.md113 limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
Dnew_project_guide.md341 2. Find failures to fix by running the `check_build` command:
344 $ python infra/helper.py check_build $PROJECT_NAME