Add FM11RF08-7B fingerprint, thanks artaud!
[RRG-proxmark3.git] / docker / opensuse-leap / README.md
blobecda34706315750e3b02b724cdaeec0d3332fb87
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/opensuse-leap/run_tests.sh;
12 ```
14 Or if you want to run single test,
16 ```
17 sudo zypper refresh && sudo zypper --non-interactive update
18 make clean; make -j
19 tools/pm3_tests.sh --long
20 ```