diff --git a/README.md b/README.md index b946b80..5672f44 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,15 @@ cmake --build . -- -j4 ``` ## Running the tests +The tests assume that a TPM2.0 simulator (for instance, [IBM's simulator](https://sourceforge.net/projects/ibmswtpm2/)) +is listening locally on TCP port 2321. +This can be achieved by running the following in the background, before starting the tests: +``` +.travis/install-ibm-tpm2.sh +.travis/run-ibm-tpm2.sh +``` +Then, to run the test suite: ```bash cd build ctest -V