From Build to Running Tests

As a side note, to make simulation tests work, the user will also have to:

  1. Build the TLS plugin by running: make FDBLibTLS
  2. Set the TLS plugin environment variable: export FDB_TLS_PLUGIN=lib/libFDBLibTLS.so

Then you should be able to run simulation successfully. Building the TLS plugin also requires having LibreSSL around, which is true if one is using the docker file, and there is a GitHub issue (#160) to add instructions on what’s needed on other platforms.