Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve build system. | Bjoern B. Brandenburg | 2010-03-17 |
| | | | | | | | | | | | | | | | Restructure SConstruct to reduce the likelihood of errors and to provide additional feedback. Features: - Better help. You can now run 'scons -h' to get a listing of all build options. - Local configuration. Build variables are picked up in a local .config file, if present. - Added --dump-config option to display the build configuration. - Use scons substitution system to avoid having to do parameter substitutions manually. - Some assorted fixes. | ||
* | 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. | ||
* | git: ignore scons config report | Bjoern B. Brandenburg | 2009-04-29 |
| | |||
* | remove sched_trace stuff from liblitmus | Bjoern B. Brandenburg | 2009-04-14 |
| | |||
* | ignore cached config | Bjoern B. Brandenburg | 2009-04-14 |
| | |||
* | ignore scons stuff | Bjoern B. Brandenburg | 2008-12-25 |
| | |||
* | ignore cycles | Bjoern B. Brandenburg | 2008-12-09 |
| | |||
* | don't show binaries2008.2 | Bjoern B. Brandenburg | 2008-12-01 |
| | |||
* | repository: ignore build files | Bjoern B. Brandenburg | 2008-05-01 |