summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-11-07 14:55:20 +1100
committerChris Johns <chrisj@rtems.org>2018-11-08 18:13:45 +1100
commite058db02816d7729e7cfa898522a6073f5d7e714 (patch)
treeaa70574c9b277224be596553881e75fc3924111c /tester/wscript
parentrtemstoolkit: Fix the parsing of the revision string to a number. (diff)
downloadrtems-tools-e058db02816d7729e7cfa898522a6073f5d7e714.tar.bz2
python: Provide support to select a valid python version.
- Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tester/wscript b/tester/wscript
index 76cf79d..e923347 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -54,6 +54,9 @@ def build(bld):
source = ['rt/__init__.py',
'rt/bsps.py',
'rt/check.py',
+ 'rt/cmd-bsp-builder.py',
+ 'rt/cmd-run.py',
+ 'rt/cmd-test.py',
'rt/config.py',
'rt/console.py',
'rt/coverage.py',