Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Oct 28, 2022
1 parent 3f0b77f commit a557b53
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions docker/archlinux/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Notes on run_tests.sh script
This script does both setup the mirrors and pip install and then run 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.

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

```
cd proxmark;
docker/archlinux/run_tests.sh;
```

# Notes to install latest gcc and arm-none-eabi-gcc

```
Expand Down Expand Up @@ -41,12 +27,25 @@ sudo pacman -S testing/gcc
sudo pacman -S gcc
```

# Notes on run_tests.sh script
This script does both setup the mirrors and pip install and then run 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.


# Notes to run tests
Add first the mirrors, see above, if needed.

The release test build script is to be run in proxmark root folder inside the docker env.
```
docker/archlinux/run_tests.sh;
```

Add first the mirrors, see above
Or if you want to run single test,

```
sudo pacman -S python-pip
python3 -m pip install ansicolors sslcrypto
make clean; make -j
tools/pm3_tests.sh --long
```

0 comments on commit a557b53

Please sign in to comment.