Update README.md

This commit is contained in:
Conor Patrick
2021-07-13 16:49:54 -07:00
committed by GitHub
parent b4a4204693
commit d5f21717c3
+5 -5
View File
@@ -1,7 +1,7 @@
# Tests
# Apdu Dispatch
For the tests to run locally for ApduDispatch, you need to enable std for logs.
This layer accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to a selected app.
```
cargo test --features std,log-all --target $(rustc -Vv | awk 'NR==5{print $2}')
```
It handles parsing APDU's, chaining, T=0, and T=1.
Run tests via `cargo test --features std,log-all`