From: merlokk Date: Sat, 23 Dec 2017 21:50:51 +0000 (+0200) Subject: add `hf emv test` to appveyor config X-Git-Tag: v3.1.0~100^2~2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/546ae21fa12ddcf75a0bcb422d8bd7c82609b9d7 add `hf emv test` to appveyor config --- diff --git a/appveyor.yml b/appveyor.yml index eb22114e..f60c8e40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -277,6 +277,7 @@ test_script: ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;proxmark3 comx -c 'hf mf hardnested t 1 000000000000'"} "found:" + ExecTest "hf emv test" "hf emv test" {bash -lc "cd ~/client;proxmark3 comx -c 'hf emv test'"} "[OK]" if ($global:TestsPassed) { Write-Host "Tests [ OK ]" -ForegroundColor Green