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 18, 2021
1 parent d2f5e09 commit 895bd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/task_python_microtvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ make cython3
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=qemu_x86
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=mps2_an521

run_pytest ctypes python-microtvm-arduino-due apps/microtvm/arduino/template_project/tests
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 895bd38

Please sign in to comment.