summaryrefslogtreecommitdiff
path: root/tester (follow)
AgeCommit message (Collapse)Author
2015-03-12Add configurations for all h8 GDB simulator BSP variantsJoel Sherrill
2015-03-12Add configurations for all arm GDB simulator BSP variantsJoel Sherrill
2015-03-12Add configuration for m32csim BSP for simulator in GDBJoel Sherrill
2015-03-12Add configuration for m32rsim BSP for simulator in GDBJoel Sherrill
2015-03-12Add configurations for all v850 GDB simulator BSP variantsJoel Sherrill
2015-02-25Modified waf scripts to have a minimum python version requirement of 2.6.6, ↵Adit Sahasrabudhe
instead of 2.7.3
2015-02-16Fix the chmod octal value to use the correct Python syntax.Chris Johns
2015-02-16Update the Windows header to direct.h for _mkdir per the MSDN.Chris Johns
2015-02-08Fix the tester wscript.Chris Johns
2015-02-08Fixes to the run the waf built tests when installed.Chris Johns
2015-02-08Install the rtems-test command.Chris Johns
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-01-20Fix covoar so it builds for Windows.Chris Johns
2014-11-02typoBen Gras
2014-09-29Add new OpenRISC/or1ksim BSP script using qemuHesham ALMatary
2014-09-13waf: Include waf in the souce tree and updated README on building.Chris Johns
Add support to build all parts of The RTEMS Tools project.
2014-06-18covoar: Merger the covoar source from rtems-testing.git.Chris Johns
Use waf to build covoar.
2014-06-01config: Fix the name for the xilinx_zynq_a9_qemu bsp.Chris Johns
2014-06-01config: Add support for the gdbarmsim for the arm920 BSP.Chris Johns
2014-06-01config: Clean up the qemu configurations.Chris Johns
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-14Add jmr3904 GDB simulator supportJoel Sherrill
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-04-29bsp: Clean up the BBxM BSP configuration.Chris Johns
2014-04-29bsp: Break on the terminate halt to get fatal handlers run.Chris Johns
2014-04-29bsp: Add Beagleboard xM support.Chris Johns
2014-04-10tester: Fix the psim script.Chris Johns
2014-03-26bsp: Add psim.Chris Johns
2014-03-26tester: The process returns an exit code not an errno.Chris Johns
2014-02-15rt: Add the rtems-tester.Chris Johns