mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
3f0b77fa93
commit
a557b53ae7
1 changed files with 17 additions and 18 deletions
|
@ -1,17 +1,3 @@
|
||||||
# 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
|
# Notes to install latest gcc and arm-none-eabi-gcc
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -41,12 +27,25 @@ sudo pacman -S testing/gcc
|
||||||
sudo pacman -S gcc
|
sudo pacman -S gcc
|
||||||
```
|
```
|
||||||
|
|
||||||
# Notes to run tests
|
# 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.
|
||||||
|
|
||||||
Add first the mirrors, see above
|
If all tests OK, the script will finish.
|
||||||
|
|
||||||
|
|
||||||
|
# Notes to run tests
|
||||||
|
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,
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo pacman -S python-pip
|
make clean; make -j
|
||||||
python3 -m pip install ansicolors sslcrypto
|
|
||||||
tools/pm3_tests.sh --long
|
tools/pm3_tests.sh --long
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue