Skip to content

Commit

Permalink
Update README (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
amues authored Oct 25, 2022
1 parent c0a83a6 commit 9a3dc6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<BUILD_DIR>/coverage/index.html`

### Running the unit tests
### Building and running the unit tests

From the build directory:

```bash
make UnitTests
./bin/UnitTests
```

Expand Down

0 comments on commit 9a3dc6d

Please sign in to comment.