mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
fix test and add changelog
This commit is contained in:
parent
16812fe32b
commit
8c4404134d
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Added support for LZ4 compressed hadnested tables (@doegox)
|
||||||
- Changed `emv reader -v` - now tries to print found transactions logs (@iceman1001)
|
- Changed `emv reader -v` - now tries to print found transactions logs (@iceman1001)
|
||||||
- Added ISO4217 currency lookup (@iceman1001)
|
- Added ISO4217 currency lookup (@iceman1001)
|
||||||
- Fixed bad free in loadfilebinarykey fct. Thanks to @gentilkiwi
|
- Fixed bad free in loadfilebinarykey fct. Thanks to @gentilkiwi
|
||||||
|
|
|
@ -235,7 +235,7 @@ fi
|
||||||
while true; do
|
while true; do
|
||||||
if $TESTALL || $TESTCOMMON; then
|
if $TESTALL || $TESTCOMMON; then
|
||||||
echo -e "\n${C_BLUE}Testing common:${C_NC}"
|
echo -e "\n${C_BLUE}Testing common:${C_NC}"
|
||||||
if ! CheckFileExist "hardnested tables exists" "$RESOURCEPATH/hardnested_tables/bitflip_0_001_states.bin.bz2"; then break; fi
|
if ! CheckFileExist "hardnested tables exists" "$RESOURCEPATH/hardnested_tables/bitflip_0_001_states.bin.lz4"; then break; fi
|
||||||
if ! CheckFileExist "simmodule fw file exists" "$RESOURCEPATH/sim013.bin"; then break; fi
|
if ! CheckFileExist "simmodule fw file exists" "$RESOURCEPATH/sim013.bin"; then break; fi
|
||||||
if ! CheckFileExist "iCLASS dictionary exists" "$DICPATH/iclass_default_keys.dic"; then break; fi
|
if ! CheckFileExist "iCLASS dictionary exists" "$DICPATH/iclass_default_keys.dic"; then break; fi
|
||||||
if ! CheckFileExist "MFC dictionary exists" "$DICPATH/mfc_default_keys.dic"; then break; fi
|
if ! CheckFileExist "MFC dictionary exists" "$DICPATH/mfc_default_keys.dic"; then break; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue