patrick
/
plasp
Archived
1
0
Fork 0

Documented CMake option for building tests.

This commit is contained in:
Patrick Lühne 2016-08-15 00:26:47 +02:00
parent b100bcd446
commit 760143a4a2
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ $ git submodule init
$ 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
$ make run-tests