Skip to content

Commit

Permalink
Copy options in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas K Lengyel committed Apr 12, 2024
1 parent 2b106b5 commit fed8fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python $SRC/hbfa-fl/HBFA/UefiHostTestTools/HBFAEnvSetup.py

cp $SRC/hbfa-fl/HBFA/UefiHostFuzzTestPkg/Conf/build_rule.txt $SRC/edk2/Conf/build_rule.txt
cp $SRC/hbfa-fl/HBFA/UefiHostFuzzTestPkg/Conf/tools_def.txt $SRC/edk2/Conf/tools_def.txt
cp $SRC/*.options $OUT
cp $SRC/hbfa-fl/oss-fuzz/*.options $OUT

build_fuzzer "TestBmpSupportLib" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/MdeModulePkg/Library/BaseBmpSupportLib/TestBmpSupportLib.inf" \
Expand Down Expand Up @@ -78,4 +78,4 @@ build_fuzzer "TestVirtioBlk" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioBlkDxe/TestVirtioBlk.inf"

build_fuzzer "TestVirtioPciDevice" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioPciDeviceDxe/TestVirtioPciDevice.inf"
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioPciDeviceDxe/TestVirtioPciDevice.inf"

0 comments on commit fed8fa6

Please sign in to comment.