From: Sebastian Harl Date: Wed, 30 Apr 2014 21:01:38 +0000 (+0200) Subject: README: Updated documentation about (integration) tests. X-Git-Tag: sysdb-0.1.0~58 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=5d5c1b0b34d8e5983e68455d9c81836417495022 README: Updated documentation about (integration) tests. --- diff --git a/README b/README index e957801..92193ef 100644 --- a/README +++ b/README @@ -61,13 +61,15 @@ 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. + For the latest build status, see: