mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
Update README.md
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user