add tests to CI

This commit is contained in:
merlokk 2021-07-09 15:59:45 +03:00
parent 48a9636679
commit 65b92e0352

View file

@ -492,6 +492,7 @@ while true; do
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'" "Tests \[ ok"; then break; fi
if ! CheckExecute "hf mfdes test" "$CLIENTBIN -c 'hf mfdes test'" "Tests \[ ok"; then break; fi
fi
fi
echo -e "\n------------------------------------------------------------"