Lines Matching refs:infra
66 $ python infra/helper.py pull_images
74 $ python infra/helper.py build_image $PROJECT_NAME
75 $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
93 $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
105 $ python infra/helper.py build_image libxml2
106 $ python infra/helper.py build_fuzzers --sanitizer undefined libxml2
107 $ python infra/helper.py reproduce libxml2 libxml2_xml_read_memory_fuzzer ~/Downloads/testcase
115 $ python infra/helper.py build_fuzzers \
117 $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
138 $ python infra/helper.py build_image $PROJECT_NAME
139 $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
141 $ python infra/helper.py check_build --sanitizer <address/memory/undefined> \