Skip to content

Commit

Permalink
Move fuzz tests into tests/fuzz (#22376)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kyakdan and techknowlogick committed Jan 9, 2023
1 parent 9e94346 commit dbfc5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fuzz_test.go → tests/fuzz/fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package main
package fuzz

import (
"bytes"
Expand Down

0 comments on commit dbfc5aa

Please sign in to comment.