Docker: fix test for pm3 when building images
[RRG-proxmark3.git] / docker / ubuntu-20.04 / README.md
blob4c432eff18c9176582c314ea6f37e920db95d62d
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.
8 # Notes to run tests
9 The script is to be run in proxmark root folder inside the docker env.
11 ```
12 docker/ubuntu-20.04/run_tests.sh;
13 ``` 
15 Or if you want to run single test,  
17 ```
18 sudo apt update
19 make clean; make -j
20 tools/pm3_tests.sh --long
21 ```