summaryrefslogtreecommitdiff
path: root/tester/rt (follow)
AgeCommit message (Collapse)Author
2014-06-01test: Strengthen the timeout handling by killing the process.Chris Johns
2014-05-31tester: Correctly handle contro-c.Chris Johns
Add support to kill running tests if the user presses control-c.
2014-05-09add --filter to specify the set of selected tests.Ben Gras
. 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-03-26tester: The process returns an exit code not an errno.Chris Johns
2014-02-15rt: Add the rtems-tester.Chris Johns