summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-10-18 19:19:08 +1100
committerChris Johns <chrisj@rtems.org>2015-10-19 09:06:49 +1100
commit0382b6863be01ad365d7ae272b61cfef4870f631 (patch)
treee015eda07f1f15bf1223461aa6c9ac85d482392f /tester/wscript
parentAlways provide the argument size defines. (diff)
downloadrtems-tools-0382b6863be01ad365d7ae272b61cfef4870f631.tar.bz2
Fix Windows build issues.
Fix biulding the mmap Windows code. Fix installing the files for Windows.
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/wscript b/tester/wscript
index 8971529..794d25f 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -60,12 +60,12 @@ def build(bld):
'rt/stty.py',
'rt/test.py',
'rt/version.py'],
- install_path = '${PREFIX}/share/rtems/rt')
+ install_path = '${PREFIX}/share/rtems/tester')
bld(features = 'py',
source = ['rt/pygdb/__init__.py',
'rt/pygdb/mi_parser.py',
'rt/pygdb/spark.py'],
- install_path = '${PREFIX}/share/rtems/rt/pygdb')
+ install_path = '${PREFIX}/share/rtems/tester')
bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
#