summaryrefslogtreecommitdiff
path: root/rtemstoolkit/solaris.py (follow)
AgeCommit message (Collapse)Author
2018-11-23rtemstoolkit: Add unit testing for the python modulesChris Johns
- 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.
2017-04-25rtemstoolkit: Move host support access into a separate module.Chris Johns
Moving the host support into a module lets it get used where options is not being used.
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns
Add solaris and netbsd. Close #2619.