Add support for Go fuzz tests (#24107)
Add support for go fuzz tests. Closes #23809 Release Notes: - N/A --------- Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
parent
8edcaec1bf
commit
f45d58f01a
2 changed files with 26 additions and 0 deletions
|
@ -59,6 +59,15 @@
|
|||
(#set! tag go-benchmark)
|
||||
)
|
||||
|
||||
; Functions names start with `Fuzz`
|
||||
(
|
||||
(
|
||||
(function_declaration name: (_) @run @_name
|
||||
(#match? @_name "^Fuzz"))
|
||||
) @_
|
||||
(#set! tag go-fuzz)
|
||||
)
|
||||
|
||||
; go run
|
||||
(
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue