Documented CMake option for building tests.

This commit is contained in:
2016-08-15 02:23:05 +02:00
parent b100bcd446
commit 760143a4a2
+2 -1
View File
@@ -33,7 +33,8 @@ $ git submodule init
$ git submodule update $ 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 ```bash
$ make run-tests $ make run-tests