Tests are integrated in [CTest](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Testing%20With%20CMake%20and%20CTest.html), CMake's testing facility. Once built, the
tests can be run in parallel using the `ctest` command line tool:
@@ -146,10 +248,10 @@ Test project /home/amiranda/var/projects/scord/repo/build
Total Test time (real) = 0.14 sec
```
## Installing
#### Installing
Assuming that the CMAKE_INSTALL_PREFIX has been set (see previous step) and
that you have write permissions to the destination directory, `scord` can be
Assuming that the `CMAKE_INSTALL_PREFIX` has been set (see previous step) and
that you have write permissions to the destination directory, Scord can be
installed by running the following command from the build directory:
```bash
@@ -167,7 +269,7 @@ scord
## Testing the configuration
If you just want to test that everything works as it should, you can start
`scord` in foreground mode and redirect its logging output to the console
Scord in foreground mode and redirect its logging output to the console
with the following command:
```bash
@@ -195,7 +297,7 @@ Which should produce output similar to the following: