diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-06-04 16:25:06 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-06-12 12:29:26 +1000 |
| commit | c901cc6862e982b733a45412b649d7f404751b42 (patch) | |
| tree | 76eae6aad74c060efeaa21b49d5525f2299f6bd7 /tests/run-tests | |
| parent | 9144b1f10c5f48a93fdb2aefa528813bd60a2f85 (diff) | |
tests/extmod: Add test for VFS and user-defined filesystem and files.
Diffstat (limited to 'tests/run-tests')
| -rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index 25fb33a3f..cfd7c4037 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -364,6 +364,7 @@ def run_tests(pyb, tests, args, base_path="."): skip_tests.add('micropython/schedule.py') # native code doesn't check pending events skip_tests.add('stress/gc_trace.py') # requires yield skip_tests.add('stress/recursive_gen.py') # requires yield + skip_tests.add('extmod/vfs_userfs.py') # because native doesn't properly handle globals across different modules for test_file in tests: test_file = test_file.replace('\\', '/') |
