From 546ae21fa12ddcf75a0bcb422d8bd7c82609b9d7 Mon Sep 17 00:00:00 2001 From: merlokk Date: Sat, 23 Dec 2017 23:50:51 +0200 Subject: [PATCH] add `hf emv test` to appveyor config --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2