summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/windows.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit: Fix unittests on WindowsChris Johns2018-11-291-3/+2
| | | | | | - Fix Windows host support so MSYS pythons can be used. - Fix Windows host support for python3. - Improve the mailer unittest.
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-10/+2
| | | | | | | | | - Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
* rtemstoolkit: Move host support access into a separate module.Chris Johns2017-04-251-8/+13
| | | | | Moving the host support into a module lets it get used where options is not being used.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-3/+11
| | | | | | Add solaris and netbsd. Close #2619.
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+135