mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
docker & tests
This commit is contained in:
parent
8d53184c81
commit
f54dd925d1
11 changed files with 55 additions and 79 deletions
|
@ -32,18 +32,18 @@ This script does both setup the mirrors and pip install and then run a
|
|||
bunch of different builds with make and cmake together with the different combos
|
||||
of RDV4, GENERIC, BTADDON combos.
|
||||
|
||||
If all tests OK, the script will finish.
|
||||
If all tests OK, the script will finish with PASS.
|
||||
|
||||
|
||||
# Notes to run tests
|
||||
Add first the mirrors, see above, if needed.
|
||||
Add first the mirrors, see above, if needed.
|
||||
|
||||
The release test build script is to be run in proxmark root folder inside the docker env.
|
||||
```
|
||||
docker/archlinux/run_tests.sh;
|
||||
```
|
||||
```
|
||||
|
||||
Or if you want to run single test,
|
||||
Or if you want to run single test,
|
||||
|
||||
```
|
||||
make clean; make -j
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue