text
[RRG-proxmark3.git] / docker / fedora-37 / README.md
blob79c88e0409d0f831de5346c2a90565c33018e904
1 # Notes on run_tests.sh script
2 This script runs a bunch of different builds with make and cmake together
3 with the different combos of RDV4, GENERIC, BTADDON combos.
5 If all tests OK,  the script will finish with PASS.
7 # Notes to run tests
8 The script is to be run in proxmark root folder inside the docker env.
10 ```
11 docker/fedora-37/run_tests.sh;
12 ``` 
14 Or if you want to run single test,  
16 ```
17 sudo yum -y update
18 make clean; make -j
19 tools/pm3_tests.sh --long
20 ```