Code

build system: Disable integration tests if valgrind or chrpath are missing.
[sysdb.git] / README
diff --git a/README b/README
index e9578012ce00157679918eaa77b718f6a500b6c7..a737ebc07900611427eea606e0fd773ecd5ac1e4 100644 (file)
--- 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 and chrpath. If any of these are not
+  available, integration tests will be disabled automatically.
+
   For the latest build status, see:
   <https://travis-ci.org/tokkee/sysdb>