Skip to content

Commit

Permalink
Use 'make check' instead of 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenman committed Dec 11, 2013
1 parent 5e47c2b commit 3f2c6f8
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 3f2c6f8

Please sign in to comment.