added new test shell script to setup / install / build and test the proxmark source code for docker env archlinux

This commit is contained in:
iceman1001 2022-10-26 22:32:04 +02:00
commit 7c44f36c0c
2 changed files with 73 additions and 0 deletions

View file

@ -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
```