aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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