Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
4297fed1
Commit
4297fed1
authored
Jun 08, 2014
by
Damien George
Browse files
tests: Run 'micropython' tests on pyboard.
parent
70c289a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
4297fed1
...
...
@@ -130,7 +130,7 @@ def main():
test_dirs
=
(
'basics'
,
'micropython'
,
'float'
,
'import'
,
'io'
,
'misc'
)
else
:
# run pyboard tests
test_dirs
=
(
'basics'
,
'float'
,
'pyb'
,
'pybnative'
,
'inlineasm'
)
test_dirs
=
(
'basics'
,
'micropython'
,
'float'
,
'pyb'
,
'pybnative'
,
'inlineasm'
)
else
:
# run tests from these directories
test_dirs
=
args
.
test_dirs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment