mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
document make check
This commit is contained in:
parent
278db15f5a
commit
bcb0e5db4d
1 changed files with 3 additions and 1 deletions
|
@ -72,6 +72,8 @@ On some architectures, pthread library is not present:
|
||||||
|
|
||||||
* `make client SKIPPTHREAD=1` to skip `-lpthread` at linker stage.
|
* `make client SKIPPTHREAD=1` to skip `-lpthread` at linker stage.
|
||||||
|
|
||||||
|
Some unittests are available via `make check`, which is actually triggering individual targets as for `make install`.
|
||||||
|
|
||||||
`make install` is actually triggering the following individual targets which can be accessed individually:
|
`make install` is actually triggering the following individual targets which can be accessed individually:
|
||||||
|
|
||||||
* `make client/install`
|
* `make client/install`
|
||||||
|
@ -89,4 +91,4 @@ On some architectures, pthread library is not present:
|
||||||
* SIM firmware
|
* SIM firmware
|
||||||
* udev rule on Linux
|
* udev rule on Linux
|
||||||
|
|
||||||
Same logic for `make all`, `make clean`, `make uninstall`
|
Same logic for `make all`, `make clean`, `make uninstall` and `make check`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue