Skip to content

Commit

Permalink
Restyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
feasel0 committed Nov 23, 2024
1 parent 9ff4301 commit 251a839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/test_driver/esp32/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/build/
/sdkconfig
/sdkconfig.old
/dependencies.lock
/sdkconfig
/managed_components/
3 changes: 1 addition & 2 deletions src/test_driver/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ follow these steps:

To build all unit tests:

$ source scripts/bootstrap.sh
$ source scripts/activate.sh
$ scripts/build/build_examples.py --target esp32-qemu-tests build

This generates a list of QEMU images in `out/esp32-qemu-tests/`

There is one image for each test directory (i.e. each chip_test_suite). So for
There is one image for each test directory (i.e. each chip_test_suite). So for
example `src/inet/tests` builds to `out/esp32-qemu-tests/testInetLayer.img`

The file `out/esp32-qemu-tests/test_images.txt` contains the names of all the
Expand Down

0 comments on commit 251a839

Please sign in to comment.