3 Commits

Author SHA1 Message Date
Chris Johns
c68beb8181 tester: Add the rtems-run command. 2017-11-03 17:59:53 +11:00
Cillian O'Donnell
67d48e2e07 rtemstoolkit/host.py: Change option to search parent directory in Python3.
This works in Python2.7 and Python3.5. Python2 __import__ searches relative
and absolute paths by default. Python3 searches only absolute paths as default.
The option change searches 1 parent directory relative to the calling function
and has the same meaning in Python2 and Python3.
2017-08-29 18:05:00 +10:00
Chris Johns
7d3350d0bb rtemstoolkit: Move host support access into a separate module.
Moving the host support into a module lets it get used where options
is not being used.
2017-04-25 00:31:44 +10:00