Browse Source

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>
tags/v1.19.0-rc0
Khaled Yakdan 1 year ago
parent
commit
dbfc5aa016
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/fuzz/fuzz_test.go

tools/fuzz_test.go → tests/fuzz/fuzz_test.go View File

@@ -1,7 +1,7 @@
// Copyright 2023 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package main
package fuzz

import (
"bytes"

Loading…
Cancel
Save