Commit 9bfd2b86 authored by Kim's avatar Kim Committed by GitHub

feat: add cgo_test tags to fuzz tests (#11489)

parent cfe3cdd5
......@@ -70,7 +70,7 @@ clean:
.PHONY: clean
fuzz:
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFjordCostFunction ./
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzGethSolidity ./
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzCgo ./
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFjordCostFunction ./
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFastLzGethSolidity ./
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFastLzCgo ./
//go:build cgo_test
// +build cgo_test
package fastlz
// #include <stdlib.h>
......
//go:build cgo_test
// +build cgo_test
package op_e2e
import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment