summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
authorIhor Nehrutsa <Ihor.Nehrutsa@gmail.com>2025-09-19 13:04:37 +0300
committerDamien George <damien@micropython.org>2025-11-19 16:10:12 +1100
commit094437686fc53727318eea82e5609106c26e882a (patch)
treed72a1b397cddef76e92e438f7f05d88108135922 /tests/run-tests.py
parentd980bbd23717d504b8be8613e119467ca2136b2b (diff)
tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.
Signed-off-by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com>
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index d8d2c42ad..b4654c2e6 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -309,6 +309,7 @@ tests_requiring_slice = (
tests_requiring_target_wiring = (
"extmod/machine_uart_irq_txidle.py",
"extmod/machine_uart_tx.py",
+ "extmod_hardware/machine_encoder.py",
"extmod_hardware/machine_uart_irq_break.py",
"extmod_hardware/machine_uart_irq_rx.py",
"extmod_hardware/machine_uart_irq_rxidle.py",