Skip to content

Commit dbfc5aa

Browse files
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 <[email protected]>
1 parent 9e94346 commit dbfc5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fuzz_test.go renamed to tests/fuzz/fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2023 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

4-
package main
4+
package fuzz
55

66
import (
77
"bytes"

0 commit comments

Comments
 (0)