diff options
| author | Jeff Epler <jepler@gmail.com> | 2025-06-20 19:59:14 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-07-06 00:05:36 +1000 |
| commit | ff8c4e594375711297e1c6181dec483f1127f29e (patch) | |
| tree | d97d51278180b6d0aca4a301731c730dceefbedc /tests/run-tests.py | |
| parent | fcfed6a0ea763ff14ea2bf819179fdf7eecda889 (diff) | |
tests/misc: Improve test coverage of py/profile.c.
Signed-off-by: Jeff Epler <jepler@gmail.com>
Diffstat (limited to 'tests/run-tests.py')
| -rwxr-xr-x | tests/run-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index e45122b10..d1d22a3c5 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -354,6 +354,7 @@ special_tests = [ "micropython/meminfo.py", "basics/bytes_compare3.py", "basics/builtin_help.py", + "misc/sys_settrace_cov.py", "thread/thread_exc2.py", "ports/esp32/partition_ota.py", ) |
