X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=d3d4d6200e127d6826b61d24fbd4d68d4db25f4c;hb=01c1c500ddf5357223edc98ccbcce3efdcb73ce4;hp=e9578012ce00157679918eaa77b718f6a500b6c7;hpb=72a63cfb0e65bb575889b8dbee6648cafd6a52f2;p=sysdb.git diff --git a/README b/README index e957801..d3d4d62 100644 --- a/README +++ b/README @@ -61,13 +61,16 @@ Prerequisites 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. If it is not available, integration + tests will be disabled automatically. + For the latest build status, see: