Skip to content

Commit

Permalink
Merge pull request bitcoin#3395 from ldenman/patch-2
Browse files Browse the repository at this point in the history
Use 'make check' instead of 'make test'
  • Loading branch information
gavinandresen committed Dec 11, 2013
2 parents 5e47c2b + 3f2c6f8 commit c4880e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down Expand Up @@ -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
------------------------
Expand Down

0 comments on commit c4880e0

Please sign in to comment.