summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/darwin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit/host: Fix the darwin support.Chris Johns2018-11-291-2/+1
| | | | - Add python as a unit test variant.
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-8/+1
| | | | | | | | | - 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-6/+11
| | | | | 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-2/+9
| | | | | | Add solaris and netbsd. Close #2619.
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-081-1/+1
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+79