Add testing script
This commit is contained in:
parent
33ada0d71f
commit
da50aec4a2
1 changed files with 5 additions and 0 deletions
5
test/test.bash
Executable file
5
test/test.bash
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PROG=./scrypt-genpass
|
||||||
|
|
||||||
|
$PROG -t
|
Reference in a new issue