mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added new test shell script to setup / install / build and test the proxmark source code for docker env archlinux
This commit is contained in:
parent
5b90ea8117
commit
7c44f36c0c
2 changed files with 73 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
# Notes on run_tests.sh script
|
||||
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.
|
||||
|
||||
The script is to be run in proxmark root folder inside the docker env.
|
||||
|
||||
```
|
||||
cd proxmark;
|
||||
docker/archlinux/run_tests.sh;
|
||||
```
|
||||
|
||||
# Notes to install latest gcc and arm-none-eabi-gcc
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue