aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-22 22:12:27 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-22 22:12:27 +0000
commitc8b276a1fbf2669c1d77620c9d6aff0331ebed75 (patch)
treed075a9bb2d4fd1c566354dc81c3cb5de2941218c /README.md
parentfb8197839c0bebc20fd68ee3f280da934c49c473 (diff)
downloadYAGE-c8b276a1fbf2669c1d77620c9d6aff0331ebed75.tar.gz
YAGE-c8b276a1fbf2669c1d77620c9d6aff0331ebed75.zip
Including doxygen in cmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 882f37dd..8498be38 100644
--- a/README.md
+++ b/README.md
@@ -36,13 +36,13 @@ For example, one can use the following commands
``` shell
mkdir -p build
cd build
-cmake -DENABLE_TESTING=1 ..
+cmake ..
```
-You can then run google test on YAGE.
+The test suite can then be run using
``` shell
-ctest
+cd build/tests && ctest
```
License