From a246a35cb7095025c4d91fa8abc56f2ca805d95b Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 15 Apr 2020 19:55:48 +0200 Subject: [PATCH] docs: fix bad folder for integration tests --- BUILDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index 250fc60e..a5197fc4 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -35,5 +35,5 @@ In order to be able to run following commands please install the development dep * `make test` will run all unit tests * `make lint` will lint the whole project -* `make -C ./tests test` will run the integration tests +* `make -C ./test test` will run the integration tests * `make run` will build Bridge without a GUI and start it in CLI mode