From cf089077b08916349cbff9cee64da44f8eb329da Mon Sep 17 00:00:00 2001 From: Stanislav Yuzvinsky <152279698+syuzvinsky@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:05:27 +0200 Subject: [PATCH] Update integration tests readme (#217) Update integration tests readme Signed-off-by: Stanislav Yuzvinsky <152279698+syuzvinsky@users.noreply.github.com> Co-authored-by: Evgeny Malygin --- src/integration-tests/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/integration-tests/README.md b/src/integration-tests/README.md index ad96efd1ff..67c99d7fe0 100644 --- a/src/integration-tests/README.md +++ b/src/integration-tests/README.md @@ -12,3 +12,12 @@ To run the tests: * run the tests * `cd src/integration-tests` * `./run-tests [extra pytest options]` +* you might also want to specify custom binary locations as follows + * `BLAZINGMQ_BUILD_DIR` - the root directory where the resulting binaries reside; + default: `cmake.bld/{platform.system()}` + * `BLAZINGMQ_BROKER` - the file name of bmqbrkr (including path); + default: `{build_dir}/src/applications/bmqbrkr/bmqbrkr.tsk` + * `BLAZINGMQ_TOOL` - the file name of bmqtool (including path); + default: `{build_dir}/src/applications/bmqtool/bmqtool.tsk` + * `BLAZINGMQ_PLUGINS` - the directory containing plugins. +