This directory contains tests for MicroTVM's integration with Arduino. To run the test, you first need to be running in a Python environment with all of the appropriate TVM dependencies installed. You can run the test with: ``` $ cd tvm/tests/micro/arduino $ pytest --arduino-board=spresense ``` Most of these tests require a supported Arduino board to be connected. If you don't want to run these tests, you can pass the flag `--test-build-only` to only test project generation and compilation. To see the list of supported values for `--arduino-board`, run: ``` $ pytest --help ```