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>
This commit is contained in:
Khaled Yakdan 2023-01-08 23:30:14 -08:00 committed by GitHub
parent 9e94346529
commit dbfc5aa016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright 2023 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package main
package fuzz
import (
"bytes"