From 6ab939e3931a4bbf8ac9bc1579d33a0f6926ef73 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 20 Jun 2018 08:26:23 +1000 Subject: tester: Install the coverage python module. --- tester/wscript | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3