proxmark3/docker/ubuntu-18.04
2023-01-15 19:54:56 +01:00
..
docker_build.sh update docker scripts 2021-05-26 17:39:03 +02:00
docker_rm.sh update docker scripts 2021-05-26 17:39:03 +02:00
docker_run.sh adapt ubuntu 18 docker 2022-10-29 00:04:53 +02:00
Dockerfile update docker ubuntu 2023-01-15 19:41:19 +01:00
README.md update docker ubuntu 2023-01-15 19:41:19 +01:00
run_tests.sh update parrot docker tests 2023-01-15 19:54:56 +01:00

Notes on run_tests.sh script

This script runs 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 with PASS.

Notes to run tests

The script is to be run in proxmark root folder inside the docker env.

docker/ubuntu-18.04/run_tests.sh;

Or if you want to run single test,

sudo apt update
make clean; make -j
tools/pm3_tests.sh --long