summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript8
1 files changed, 3 insertions, 5 deletions
diff --git a/tester/wscript b/tester/wscript
index ad1cf2d..674c4fb 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -1,6 +1,6 @@
#
# RTEMS Tools Project (http://www.rtems.org/)
-# Copyright 2013-2016 Chris Johns (chrisj@rtems.org)
+# Copyright 2013, 2020 Chris Johns (chrisj@rtems.org)
# All rights reserved.
#
# This file is part of the RTEMS Tools package in 'rtems-tools'.
@@ -51,12 +51,10 @@ def build(bld):
# Install the tester code.
#
bld(features = 'py',
- source = ['rt/__init__.py',
+ source = ['__init__.py',
+ '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',