diff --git a/doc/building-instructions.md b/doc/building-instructions.md index 848b26d..7d81e00 100644 --- a/doc/building-instructions.md +++ b/doc/building-instructions.md @@ -33,7 +33,8 @@ $ git submodule init $ git submodule update ``` -Afterward, build and run the tests as follows: +Afterward, enable the flag `BUILD_TESTS` in your CMake configuration. +Finally, build and run the tests as follows: ```bash $ make run-tests