aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-12-11 15:33:03 -0800
committerGavin Andresen <[email protected]>2013-12-11 15:33:03 -0800
commitc4880e01720286c9e9f15526d3436232936c0458 (patch)
treefdfa7e6d576f09110cb477b6edc825fc5b61f8c9
parentMerge pull request #3382 (diff)
parentUse 'make check' instead of 'make test' (diff)
downloaddiscoin-c4880e01720286c9e9f15526d3436232936c0458.tar.xz
discoin-c4880e01720286c9e9f15526d3436232936c0458.zip
Merge pull request #3395 from ldenman/patch-2
Use 'make check' instead of 'make test'
-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 8a266bc56..6268a440a 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
------------------------