Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed May 9, 2024
1 parent 2d942a3 commit f4b05f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oss-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ function coverbuild {
cd $path
fuzzed_package=`pwd | rev | cut -d'/' -f 1 | rev`
cp /src/gofuzz-shim/coverage_runner_template.txt ./"${function,,}"_test.go
#cp /src/uint256/coverage_runner_template.txt ./"${function,,}"_test.go
sed -i -e 's/FuzzFunction/'$function'/' ./"${function,,}"_test.go
sed -i -e 's/FuzzFunction/'$function'/' ./"${function,,}"_test.go
sed -i -e 's/mypackagebeingfuzzed/'$fuzzed_package'/' ./"${function,,}"_test.go
sed -i -e 's/TestFuzzCorpus/Test'$function'Corpus/' ./"${function,,}"_test.go

Expand Down

0 comments on commit f4b05f6

Please # to comment.