Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add test cases for the FMLP and SRP under GSN- and PSN-EDF | Bjoern B. Brandenburg | 2011-02-03 |
| | |||
* | switch to generic locking system calls | Bjoern B. Brandenburg | 2011-02-03 |
| | | | | | The new generic lock layer in LITMUS^RT does away with per-protocol system calls. Change accordingly. | ||
* | Silence warning due to missing header file. | Bjoern B. Brandenburg | 2010-11-09 |
| | |||
* | Add tests for invalid object types and od_open(). | Bjoern B. Brandenburg | 2010-02-25 |
| | |||
* | Introduce test framework for LITMUS^RT. | Bjoern B. Brandenburg | 2010-02-20 |
This is the beginning of the LITMUS^RT testsuite. The main design goals are flexibility and ease of test writing. To create a new test, simply write a test case in any C file in the tests/ subdirectory. The buildsystem will find the test and hook it up with the testrunner. Have a look at tests/fdso.c and include/tests.h to get an idea for what tests look like. Tests can be executed with the 'runtests' tool. Each testcase is executed in a separate process in order to ensure that tests do not influence each other. |