summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-03 17:57:37 +1100
committerChris Johns <chrisj@rtems.org>2017-11-03 17:59:53 +1100
commitc68beb818173dee2134aac428b39ee2e558dd4f8 (patch)
tree0c838ea9992ad330876fbc0db4f07402920a83a4 /tester/wscript
parenttester: Make the mandatory items appear first. (diff)
downloadrtems-tools-c68beb818173dee2134aac428b39ee2e558dd4f8.tar.bz2
tester: Add the rtems-run command.
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/tester/wscript b/tester/wscript
index 59eadc2..24d54b3 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -59,6 +59,7 @@ def build(bld):
'rt/gdb.py',
'rt/options.py',
'rt/report.py',
+ 'rt/run.py',
'rt/stty.py',
'rt/telnet.py',
'rt/test.py',
@@ -83,7 +84,8 @@ def build(bld):
install_from = '.',
install_path = '${PREFIX}/share/rtems/tester')
bld.install_files('${PREFIX}/bin',
- ['rtems-test',
+ ['rtems-run',
+ 'rtems-test',
'rtems-bsp-builder'],
chmod = 0o755)