Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemare authored Mar 20, 2024
1 parent 32b89e8 commit 1bf060a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -eu

set -ex

compile_go_fuzzer github.com/bytemare/opaque/tests FuzzConfiguration Fuzz_Configuration fuzz
compile_go_fuzzer github.com/bytemare/opaque/tests FuzzDeserializeRegistrationRequest Fuzz_DeserializeRegistrationRequest fuzz
compile_go_fuzzer github.com/bytemare/opaque/tests FuzzDeserializeRegistrationResponse Fuzz_DeserializeRegistrationResponse fuzz
Expand Down

0 comments on commit 1bf060a

Please sign in to comment.