Skip to content

Commit c0bfa11

Browse files
committed
Use tests from ulab extmod, instead of our own
1 parent dc64857 commit c0bfa11

File tree

3 files changed

+1
-85
lines changed

3 files changed

+1
-85
lines changed

tests/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ the last matching regex is used:
579579
# run PC tests
580580
test_dirs = (
581581
'basics', 'micropython', 'float', 'import', 'io', 'misc',
582-
'stress', 'unicode', 'extmod', 'ulab', 'unix', 'cmdline',
582+
'stress', 'unicode', 'extmod', '../extmod/ulab/tests', 'unix', 'cmdline',
583583
)
584584
else:
585585
# run tests from these directories

tests/ulab/smoke.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

tests/ulab/smoke.py.exp

Whitespace-only changes.

0 commit comments

Comments
 (0)