Skip to content

Commit 010a822

Browse files
committed
tests: run circuitpython tests during make test
.. there are none that aren't skipped now, but it'll change
1 parent 1c73e2e commit 010a822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ def main():
819819
if args.test_dirs is None:
820820
test_dirs = (
821821
"basics",
822+
"circuitpython",
822823
"micropython",
823824
"misc",
824825
"extmod",

0 commit comments

Comments
 (0)