summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-06-20 08:26:23 +1000
committerChris Johns <chrisj@rtems.org>2018-06-20 08:28:18 +1000
commit6ab939e3931a4bbf8ac9bc1579d33a0f6926ef73 (patch)
treed3703875e71454c86059c054e90fceaee0422b15 /tester/wscript
parentFix CXC build for x86-w64-mingw32 (diff)
downloadrtems-tools-6ab939e3931a4bbf8ac9bc1579d33a0f6926ef73.tar.bz2
tester: Install the coverage python module.
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/wscript b/tester/wscript
index 24d54b3..76cf79d 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -56,6 +56,7 @@ def build(bld):
'rt/check.py',
'rt/config.py',
'rt/console.py',
+ 'rt/coverage.py',
'rt/gdb.py',
'rt/options.py',
'rt/report.py',