Code

sysdb: Fixed incompatible pointer type warning reported by clang.
[sysdb.git] / README
diff --git a/README b/README
index 1db223979cb6daa1db6f3d450f90954b412d9481..d3d4d6200e127d6826b61d24fbd4d68d4db25f4c 100644 (file)
--- a/README
+++ b/README
@@ -61,16 +61,25 @@ Prerequisites
 Testing
 -------
 
 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.
 
 
   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:
+  <https://travis-ci.org/tokkee/sysdb>
+
   Code coverage testing using Gcov may be enabled when using the
   ‘--enable-gcov’ configure option.
 
   Code coverage testing using Gcov may be enabled when using the
   ‘--enable-gcov’ configure option.
 
+  For the latest coverage report, see:
+  <https://coveralls.io/r/tokkee/sysdb>
+
 Configuring / Compiling / Installing
 ------------------------------------
 
 Configuring / Compiling / Installing
 ------------------------------------