Commit Graph

15 Commits

Author SHA1 Message Date
Chris Johns
c9ed2483c6 Remove exception test code left in.
Updates #2619.
2016-03-09 14:34:26 +11:00
Chris Johns
2de37f3432 Python 2 and python 3 refactor fixes.
Updates #2619.
2016-03-09 14:27:42 +11:00
Chris Johns
b0fa2ae998 Update rtems-tool to support Python 2 and 3.
Add solaris and netbsd.

Close #2619.
2016-03-03 16:53:39 +11:00
Chris Johns
efc4f099b4 Add release versioning support.
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.
2015-12-09 20:08:19 +11:00
Sebastian Huber
04a52040ae Python 3 compatibility 2015-11-12 11:15:23 +01:00
Chris Johns
baa798a083 Update the versions strings. 2015-10-19 09:14:57 +11:00
Chris Johns
0382b6863b Fix Windows build issues.
Fix biulding the mmap Windows code.
Fix installing the files for Windows.
2015-10-19 09:06:49 +11:00
Chris Johns
9600c39638 Fixes to the run the waf built tests when installed. 2015-02-08 18:14:16 +11:00
Chris Johns
b7d48ef5a4 Install the rtems-test command.
This installs the Python RTEMS Toolkit.

The copmiler has been switched from forcing gcc to allowing waf
to detect the host's tool chain.
2015-02-08 17:12:04 +11:00
Ben Gras
e4014f05e8 typo 2014-11-02 08:55:51 +11:00
Chris Johns
60937e1775 test: Strengthen the timeout handling by killing the process. 2014-06-01 14:43:03 +10:00
Chris Johns
c04a84917a tester: Correctly handle contro-c.
Add support to kill running tests if the user presses control-c.
2014-05-31 20:03:05 +10:00
Ben Gras
803b63d76e add --filter to specify the set of selected tests.
. parameter is a glob
  . default is *.exe as it was
  . it is a convenient way to select a particular test to run over and
    over again while debugging it, without laboriously manipulating the
    .exe's that are present (i.e. moving/deleting them)
2014-05-09 21:39:01 +10:00
Chris Johns
a116962a43 tester: The process returns an exit code not an errno. 2014-03-26 16:45:06 +11:00
Chris Johns
50fdf12244 rt: Add the rtems-tester. 2014-02-15 06:30:06 +11:00