Add test cases for HOTP
This commit is contained in:
parent
92539dcf58
commit
84587a4c32
2 changed files with 55 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -32,6 +32,9 @@ otpcli: ${OBJ}
|
|||
clean:
|
||||
rm -f otpcli ${OBJ} ${P}-${V}.tgz
|
||||
|
||||
test: all run-tests.sh
|
||||
sh ./run-tests.sh
|
||||
|
||||
dist: clean
|
||||
pax -w -s '#^#${P}-${V}/#' ${DIST_FILES} | gzip >${P}-${V}.tgz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue