summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-04 12:10:09 +1100
committerChris Johns <chrisj@rtems.org>2016-03-04 12:10:09 +1100
commita5d243d3f8e288f153dc9f6ca2e1a052e67e250d (patch)
treeb037fbc023903408991d6c9e8415a29a389f47de /tester/wscript
parentUpdate rtems-tool to support Python 2 and 3. (diff)
downloadrtems-tools-a5d243d3f8e288f153dc9f6ca2e1a052e67e250d.tar.bz2
tester: Remove the RT version.py and use the toolkit's version.
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/tester/wscript b/tester/wscript
index 5bcc37f..a28722f 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -59,8 +59,7 @@ def build(bld):
'rt/options.py',
'rt/report.py',
'rt/stty.py',
- 'rt/test.py',
- 'rt/version.py'],
+ 'rt/test.py'],
install_from = '.',
install_path = '${PREFIX}/share/rtems/tester')
bld(features = 'py',