summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-11-15 11:40:08 -0800
committerMartin Pool <mbp@sourcefrog.net>2015-11-15 11:40:08 -0800
commit4787b98e06eb8033a0d1d3ac6cba7c1e0f86b6d8 (patch)
treedb25b019624615469a39e852496cc2eedf811fe5
parent3926d85483a17e6f4282273ad95ed518355eba20 (diff)
downloadlibrsync-4787b98e06eb8033a0d1d3ac6cba7c1e0f86b6d8.tar.gz
Ew, cmake doesn't automatically build test dependencies
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f434dc9..c3bfc2e 100644
--- a/README.md
+++ b/README.md
@@ -131,3 +131,7 @@ librsync has annotations for the SPLINT static checking tool.
## Testing
You can run the tests with `make test`.
+
+**Note that CMake will not automatically build before testing.**
+
+You need `make all && make test`.