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:
```console
~/projects/scord/build $ctest --parallel 4
Test project /home/amiranda/var/projects/scord/repo/build
Start 1: Scenario: Error messages can be printed
1/1 Test #1: Scenario: Error messages can be printed ... Passed 0.14 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.14 sec
```
## Installing
Assuming that the CMAKE_INSTALL_PREFIX has been set (see previous step) and