summaryrefslogtreecommitdiff
path: root/tests-clay/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clay/README.md')
-rw-r--r--tests-clay/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests-clay/README.md b/tests-clay/README.md
index 6b5a659f8..f7720610a 100644
--- a/tests-clay/README.md
+++ b/tests-clay/README.md
@@ -9,13 +9,9 @@ https://github.com/tanoku/clay
* Write your modules and tests. Use good, meaningful names.
-* Mix the tests:
-
- ./clay -vtap .
-
* Make sure you actually build the tests by setting:
- BUILD_CLAY=ON
+ cmake -DBUILD_CLAY=ON build/
* Test: