summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Lepasteur <simon.lepasteur@swissdotnet.ch>2020-03-11 15:13:29 +0100
committerAlan Antonuk <alan.antonuk@gmail.com>2020-03-12 00:20:38 -0700
commit26ecf6d3012be81f5dfb8a2d822c722e916a86cb (patch)
treecf9caf54a7c53f23539549b4b2f9ed3db00099c6 /README.md
parentfffeb013df0d7eac7dd22eef5f6d55fe1f43335c (diff)
downloadrabbitmq-c-26ecf6d3012be81f5dfb8a2d822c722e916a86cb.tar.gz
Add option to run system tests (disabled by default).
System tests require a RabbitMQ or other AMQP server to be running on `localhost` at TCP port number 5672 and therefore fails if no such server is running on the build machine. This is surprising for everyone running the standard `make test` to ensure the library is built correctly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7776c6..31347b1 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,8 @@ Other interesting flags that can be passed to CMake:
default this is ON if the OpenSSL headers and library can be found.
* `BUILD_API_DOCS=ON/OFF` - toggles building the Doxygen API documentation, by
default this is OFF
+* `RUN_SYSTEM_TESTS=ON/OFF` toggles building the system tests (i.e. tests requiring
+ an accessible RabbitMQ server instance on localhost), by default this is OFF
## Running the examples