tests/fuzzers/bls12381: deactivate BLS fuzzer when CGO_ENABLED=0 (#28653)

tests/fuzzers/bls12381: deactivate fuzzer when CGO_ENABLED=0
pull/28654/head
Guillaume Ballet 10 months ago committed by GitHub
parent 55b483d82a
commit a113497dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tests/fuzzers/bls12381/bls12381_fuzz.go
  2. 3
      tests/fuzzers/bls12381/bls12381_test.go

@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build cgo
// +build cgo
package bls
import (

@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build cgo
// +build cgo
package bls
import "testing"

Loading…
Cancel
Save