Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
9bfd2b86
Unverified
Commit
9bfd2b86
authored
Aug 15, 2024
by
Kim
Committed by
GitHub
Aug 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add cgo_test tags to fuzz tests (#11489)
parent
cfe3cdd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
Makefile
op-e2e/Makefile
+3
-3
fastlz.go
op-e2e/fastlz/fastlz.go
+3
-0
fastlz_test.go
op-e2e/fastlz_test.go
+3
-0
No files found.
op-e2e/Makefile
View file @
9bfd2b86
...
...
@@ -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 ./
op-e2e/fastlz/fastlz.go
View file @
9bfd2b86
//go:build cgo_test
// +build cgo_test
package
fastlz
// #include <stdlib.h>
...
...
op-e2e/fastlz_test.go
View file @
9bfd2b86
//go:build cgo_test
// +build cgo_test
package
op_e2e
import
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment