summaryrefslogtreecommitdiff
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-09-07 10:05:19 +1000
committerChris Johns <chrisj@rtems.org>2020-09-08 16:15:43 +1000
commitcd8fa2fe74d6785271409aacd1d3d68d863e47f7 (patch)
treed6949bc16e80c0a0d8cbdb9d0276ed654106be50 /tester/wscript
parentb1c6a98da4a23dfbcf77bd51fee23a0baba93db2 (diff)
tester: Add support for test-too-long
- A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
Diffstat (limited to '')
-rw-r--r--tester/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/wscript b/tester/wscript
index e0e4693..ad1cf2d 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -60,6 +60,7 @@ def build(bld):
'rt/config.py',
'rt/console.py',
'rt/coverage.py',
+ 'rt/exe.py',
'rt/gdb.py',
'rt/options.py',
'rt/report.py',