mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #342 from merlokk/appveyor_add_iclass
appveyor add test
This commit is contained in:
commit
c832ae1f15
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,7 @@ build_script:
|
||||||
|
|
||||||
#make
|
#make
|
||||||
|
|
||||||
bash -c -i 'pwd;make clean;make all'
|
bash -c -i 'pwd;make clean;make all V=1'
|
||||||
|
|
||||||
|
|
||||||
#some checks
|
#some checks
|
||||||
|
@ -321,6 +321,8 @@ test_script:
|
||||||
|
|
||||||
ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;./proxmark3 -c 'hf mf hardnested t 1 000000000000'"} "found:"
|
ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;./proxmark3 -c 'hf mf hardnested t 1 000000000000'"} "found:"
|
||||||
|
|
||||||
|
ExecTest "hf mf iclass" "hf mf iclass" {bash -lc "cd ~/client;./proxmark3 -c 'hf iclass loclass t'"} "verified ok"
|
||||||
|
|
||||||
|
|
||||||
#proxmark crypto tests
|
#proxmark crypto tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue