Files
softbus_OPC/third_party/open62541/tests/fuzz/check_build.sh

7 lines
272 B
Bash
Raw Normal View History

2026-06-09 17:27:24 +08:00
#!/usr/bin/env bash
set -e
git clone https://github.com/google/oss-fuzz $HOME/oss-fuzz
python $HOME/oss-fuzz/infra/helper.py build_fuzzers --sanitizer address open62541 $TRAVIS_BUILD_DIR && python $HOME/oss-fuzz/infra/helper.py check_build --sanitizer address open62541