forked from nihonium/linux-auth
very simple fuzz test
This commit is contained in:
parent
290989064d
commit
b3aa0b6ddd
3 changed files with 51 additions and 1 deletions
5
myfuzz/run_fuzz.sh
Executable file
5
myfuzz/run_fuzz.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp ../data/users.db test_data.db
|
||||
|
||||
go test -fuzz=FuzzAuth -fuzztime=5m --parallel=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue