diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2020-02-27 14:17:29 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-03-03 12:46:59 -0600 |
| commit | c0bfa117661766cdc7d5a3daca88008a669b5a90 (patch) | |
| tree | 8a5e145d72e5d439da4703dacadd36a4219cfd5d /tests/run-tests | |
| parent | dc64857a7daa68086fb5eaba17d21078d07a5e9e (diff) | |
Use tests from ulab extmod, instead of our own
Diffstat (limited to 'tests/run-tests')
| -rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 28eed1e80..f6c727a8a 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -579,7 +579,7 @@ the last matching regex is used: # run PC tests test_dirs = ( 'basics', 'micropython', 'float', 'import', 'io', 'misc', - 'stress', 'unicode', 'extmod', 'ulab', 'unix', 'cmdline', + 'stress', 'unicode', 'extmod', '../extmod/ulab/tests', 'unix', 'cmdline', ) else: # run tests from these directories |
