summaryrefslogtreecommitdiffstats
path: root/tester (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add configurations for all h8 GDB simulator BSP variantsJoel Sherrill2015-03-124-0/+220
|
* Add configurations for all arm GDB simulator BSP variantsJoel Sherrill2015-03-1210-9/+503
|
* Add configuration for m32csim BSP for simulator in GDBJoel Sherrill2015-03-122-0/+110
|
* Add configuration for m32rsim BSP for simulator in GDBJoel Sherrill2015-03-122-0/+110
|
* Add configurations for all v850 GDB simulator BSP variantsJoel Sherrill2015-03-1212-0/+660
|
* Modified waf scripts to have a minimum python version requirement of 2.6.6, ↵Adit Sahasrabudhe2015-02-251-1/+1
| | | | instead of 2.7.3
* Fix the chmod octal value to use the correct Python syntax.Chris Johns2015-02-161-2/+2
|
* Update the Windows header to direct.h for _mkdir per the MSDN.Chris Johns2015-02-161-1/+1
|
* Fix the tester wscript.Chris Johns2015-02-081-2/+2
|
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-085-11/+17
|
* Install the rtems-test command.Chris Johns2015-02-085-12/+62
| | | | | | | This installs the Python RTEMS Toolkit. The copmiler has been switched from forcing gcc to allowing waf to detect the host's tool chain.
* Fix covoar so it builds for Windows.Chris Johns2015-01-203-25/+36
|
* typoBen Gras2014-11-021-1/+1
|
* Add new OpenRISC/or1ksim BSP script using qemuHesham ALMatary2014-09-291-0/+53
|
* waf: Include waf in the souce tree and updated README on building.Chris Johns2014-09-132-6/+50
| | | | Add support to build all parts of The RTEMS Tools project.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-1899-0/+16751
| | | | Use waf to build covoar.
* config: Fix the name for the xilinx_zynq_a9_qemu bsp.Chris Johns2014-06-011-1/+1
|
* config: Add support for the gdbarmsim for the arm920 BSP.Chris Johns2014-06-011-0/+56
|
* config: Clean up the qemu configurations.Chris Johns2014-06-015-15/+72
|
* test: Strengthen the timeout handling by killing the process.Chris Johns2014-06-011-2/+8
|
* tester: Correctly handle contro-c.Chris Johns2014-05-313-17/+75
| | | | Add support to kill running tests if the user presses control-c.
* Add jmr3904 GDB simulator supportJoel Sherrill2014-05-142-0/+110
|
* add --filter to specify the set of selected tests.Ben Gras2014-05-091-3/+12
| | | | | | | | . 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)
* bsp: Clean up the BBxM BSP configuration.Chris Johns2014-04-291-4/+5
|
* bsp: Break on the terminate halt to get fatal handlers run.Chris Johns2014-04-291-1/+1
|
* bsp: Add Beagleboard xM support.Chris Johns2014-04-291-0/+61
|
* tester: Fix the psim script.Chris Johns2014-04-101-1/+1
|
* bsp: Add psim.Chris Johns2014-03-263-0/+139
|
* tester: The process returns an exit code not an errno.Chris Johns2014-03-261-1/+1
|
* rt: Add the rtems-tester.Chris Johns2014-02-1530-0/+4199