aboutsummaryrefslogtreecommitdiff
path: root/cmake/README.md
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-02-10 14:44:29 -0800
committerJosh Haberman <jhaberman@gmail.com>2016-02-10 14:44:29 -0800
commitfe96a215d9c36c172a1a4387a10a2c7d79c52e58 (patch)
treef3d09d15515657b9e6ed8ebb75a7a3e73ebcc44d /cmake/README.md
parenta924e0b85872299b06fe826be7000f12f97d7776 (diff)
downloadprotobuf-fe96a215d9c36c172a1a4387a10a2c7d79c52e58.tar.gz
protobuf-fe96a215d9c36c172a1a4387a10a2c7d79c52e58.tar.bz2
protobuf-fe96a215d9c36c172a1a4387a10a2c7d79c52e58.zip
Clarified that 'nmake' must be run before 'nmake check'.
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 58aae8e9..1e7410d8 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -157,7 +157,8 @@ And wait for the compilation to finish.
Testing
=======
-To run unit-tests:
+To run unit-tests, first you must compile protobuf as described above.
+Then run:
C:\Path\to\protobuf\cmake\build\release>nmake check