Add test cases for HOTP

This commit is contained in:
Lucas 2020-06-14 04:21:11 +00:00
parent 92539dcf58
commit 84587a4c32
2 changed files with 55 additions and 0 deletions

View file

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