X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=README;h=a737ebc07900611427eea606e0fd773ecd5ac1e4;hp=1db223979cb6daa1db6f3d450f90954b412d9481;hb=f583e8aebf51c49bd03d2dc4a8ecc9d5d5a3b3ef;hpb=9857c9fadcb50e2b3d8c3571239906c10074d10b;ds=sidebyside diff --git a/README b/README index 1db2239..a737ebc 100644 --- a/README +++ b/README @@ -61,16 +61,25 @@ 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 and chrpath. If any of these are not + available, integration tests will be disabled automatically. + + For the latest build status, see: + + Code coverage testing using Gcov may be enabled when using the ‘--enable-gcov’ configure option. + For the latest coverage report, see: + + Configuring / Compiling / Installing ------------------------------------