X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=43f6f29aeab6e23bef9fb282f8d9e626a51abb16;hb=01c3fd209335e1fe28e662a9b142d88fe7dcc745;hp=a681916c3cbcc0cdf141de7664f1a5f5d8262e1e;hpb=08c90b0f662187af2a3938b2c511df52becc8737;p=sysdb.git diff --git a/README b/README index a681916..43f6f29 100644 --- a/README +++ b/README @@ -103,11 +103,21 @@ Prerequisites + * libssl: + The Secure Sockets Layer toolkit library is used to encrypt and + authenticate TCP connections. + + + 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