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:
		
							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