diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-02-04 10:24:37 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-02-27 11:03:03 -0600 |
| commit | fa3b9eba926525751d0968aef88317ce5ad25003 (patch) | |
| tree | aa7e38f9d7401223e089bfb0125e414d156af494 /tests/run-tests | |
| parent | 4c710cf13b2977eeeb9f2b0506761adaf1feac53 (diff) | |
ulab: Incorporate it
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 94e1591e8..28eed1e80 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', 'unix', 'cmdline', + 'stress', 'unicode', 'extmod', 'ulab', 'unix', 'cmdline', ) else: # run tests from these directories |
