README: add information about running the unit tests

This commit is contained in:
johnny9 2023-05-06 19:45:36 -04:00
parent 225126708c
commit 5cb972c493

View File

@ -37,7 +37,14 @@ Username is currently hardcoded in miner.c. Modify the define to change.
#define STRATUM_USERNAME "johnny9.esp"
```
## Run Unit tests
The unit tests for the project use the unity test framework and currently require actual esp32 hardware to run.
```
cd ./test/
idf.py -p PORT flash monitor
```
## Build and Flash