summaryrefslogtreecommitdiffstats
path: root/tester/rtems-test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all python commands to use env pythonChris Johns2020-09-261-14/+17
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* Fix typo in error messageCláudio Maia2020-02-261-1/+1
|
* python: Provide support to select a valid python version.Chris Johns2018-11-081-15/+14
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-3/+0
| | | | | | Add solaris and netbsd. Close #2619.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-0/+3
| | | | | | | | Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
* Fix running rtems-test from inside the git clone.Chris Johns2015-12-161-1/+1
|
* Add release versioning support.Chris Johns2015-12-091-3/+2
| | | | | | | | | | | | | | Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
* Fix Windows build issues.Chris Johns2015-10-191-1/+2
| | | | | Fix biulding the mmap Windows code. Fix installing the files for Windows.
* Install the rtems-test command.Chris Johns2015-02-081-1/+2
| | | | | | | This installs the Python RTEMS Toolkit. The copmiler has been switched from forcing gcc to allowing waf to detect the host's tool chain.
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+42