summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e614bb)
raw | patch | inline | side by side (parent: 2e614bb)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Apr 2014 21:01:38 +0000 (23:01 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Apr 2014 21:01:38 +0000 (23:01 +0200) |
README | patch | blob | history |
index e9578012ce00157679918eaa77b718f6a500b6c7..92193efea7e2ff3eff2c24ca208814c32cc1732d 100644 (file)
--- a/README
+++ b/README
Testing
-------
- Unit tests for SysDB are shipped along with the source code in the ‘t’
- subdirectory. Run ‘make test’ to run all available tests.
+ Unit and integration tests for SysDB are shipped along with the source code
+ in the ‘t’ subdirectory. Run ‘make test’ to run all available tests.
Some tests require the ‘fopencookie’ function as provided by the GNU libc
library. It used used to mock I/O related functions. In case this function
is not available, the respective tests will be disabled automatically.
+ The integration tests require valgrind and chrpath.
+
For the latest build status, see:
<https://travis-ci.org/tokkee/sysdb>