diff --git a/README.md b/README.md index 3ff8b03c7..185491a68 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,12 @@ There are additional CMake flags for adjusting the build: * `-DRUN_DOXYGEN=ON` if Doxygen documentation is required. Also, requires `make docs` to be run afterwards * `-DHTML_COVERAGE_REPORT=ON` to generate a html unit test coverage report, output to `/coverage/index.html` -### Running the unit tests +### Building and running the unit tests From the build directory: ```bash +make UnitTests ./bin/UnitTests ```