mirror of https://github.com/go-gitea/gitea
Move fuzz tests into tests/fuzz (#22376)
This puts the fuzz tests in the same directory as other tests and eases the integration in OSS-Fuzz Co-authored-by: techknowlogick <techknowlogick@gitea.io>pull/22363/head^2
parent
9e94346529
commit
dbfc5aa016
@ -1,7 +1,7 @@ |
||||
// Copyright 2023 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package main |
||||
package fuzz |
||||
|
||||
import ( |
||||
"bytes" |
Loading…
Reference in new issue