aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLake Denman <lake@lakedenman.com>2013-12-11 14:11:21 -0800
committerLake Denman <lake@lakedenman.com>2013-12-11 14:11:21 -0800
commit3f2c6f8654ac3a975d6a78be83b50cd2da4fddb3 (patch)
treefdfa7e6d576f09110cb477b6edc825fc5b61f8c9 /doc
parent5e47c2b70a4cffa2de60d578ddd6b7767879c83f (diff)
downloadbitcoin-3f2c6f8654ac3a975d6a78be83b50cd2da4fddb3.tar.xz
Use 'make check' instead of 'make test'
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 8a266bc567..6268a440a8 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -62,7 +62,7 @@ Installing the dependencies using MacPorts is very straightforward.
3. It is a good idea to build and run the unit tests, too:
- make test
+ make check
Instructions: HomeBrew
----------------------
@@ -98,7 +98,7 @@ Rerunning "openssl version" should now return the correct version.
3. It is a good idea to build and run the unit tests, too:
- make test
+ make check
Creating a release build
------------------------