add command hf cipurse test

This commit is contained in:
merlokk 2021-06-23 18:20:30 +03:00
commit 8aee946895
6 changed files with 47 additions and 0 deletions

View file

@ -491,6 +491,7 @@ while true; do
if ! $SLOWTESTS; then
if ! CheckExecute "hf iclass loclass test" "$CLIENTBIN -c 'hf iclass loclass --test'" "key diversification (ok)"; then break; fi
if ! CheckExecute "emv test" "$CLIENTBIN -c 'emv test'" "Test(s) \[ ok"; then break; fi
if ! CheckExecute "hf cipurse test" "$CLIENTBIN -c 'hf cipurse test'" "Test(s) \[ ok"; then break; fi
fi
fi
echo -e "\n------------------------------------------------------------"