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.
9 The script is to be run in proxmark root folder inside the docker env.
12 docker/debian-12-bookworm/run_tests.sh;
15 Or if you want to run single test,
20 python3 -m venv /tmp/venv
21 source /tmp/venv/bin/activate
22 python3 -m pip install --use-pep517 pyaes
23 python3 -m pip install ansicolors sslcrypto
24 tools/pm3_tests.sh --long