summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-07-14 13:35:32 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-07-14 13:35:32 +0200
commitcf33db2565aa08885975bb73aa65bb4c5bb225cc (patch)
treec32c5fc7af1a2f8ed8c8dc9ce7644285b8a67ed5 /docs
parent5ddd5a7eab0c107d3a5b5e9cc142bd163e8bac38 (diff)
downloadlibgd-cf33db2565aa08885975bb73aa65bb4c5bb225cc.tar.gz
Don't forget to `make`
Diffstat (limited to 'docs')
-rw-r--r--docs/README.TESTING2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README.TESTING b/docs/README.TESTING
index a4c50ef..4e0138a 100644
--- a/docs/README.TESTING
+++ b/docs/README.TESTING
@@ -7,10 +7,12 @@ In a sub directory:
$ mkdir bld
$ cd bld
$ cmake -DBUILD_TEST=1 ..
+$ make
$ ctest .
Or if you like to build in the source tree:
$ cmake -DBUILD_TEST=1 .
+$ make
$ ctest .
Add "-DCMAKE_BUILD_TYPE=DEBUG" if you like to have a debug version.