X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=README;fp=README;h=43f6f29aeab6e23bef9fb282f8d9e626a51abb16;hp=7e493db39ec92d894938d87c1ea930a25f58c737;hb=4486b89ee1c889fc9996dea50006523db6cf218c;hpb=f64a77618cbb210cbc1728da94c51ea1cf815221 diff --git a/README b/README index 7e493db..43f6f29 100644 --- a/README +++ b/README @@ -113,7 +113,11 @@ Testing ------- 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. + in the ‘t’ subdirectory. Run ‘make test’ to run all available tests or use + the following commands to run unit and integration tests separately: + + make test TESTS='$(UNIT_TESTS)' + make test TESTS='$(INTEGRATION_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