Skip to content

Commit

Permalink
Add unit tests from apps directory to task_python_microtvm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guberti committed Aug 17, 2021
1 parent 769fcda commit d927d3b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/scripts/task_python_microtvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ make cython3
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=host
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=mps2_an521

# TODO(guberti) Why do we have to reinstall these here? They should
# be installed by docker/install/ubuntu_install_arduino.sh
arduino-cli core install arduino:mbed_nano
arduino-cli core install arduino:sams

run_pytest ctypes python-microtvm-arduino-due tests/micro/arduino --test-build-only --microtvm-platforms=nano33ble
run_pytest ctypes python-microtvm-arduino apps/microtvm/arduino/template_project/tests
run_pytest ctypes python-microtvm-arduino-nano33ble tests/micro/arduino --test-build-only --microtvm-platforms=nano33ble
run_pytest ctypes python-microtvm-arduino-due tests/micro/arduino --test-build-only --microtvm-platforms=due

0 comments on commit d927d3b

Please sign in to comment.