Browse Source

Use 'make check' instead of 'make test'

0.10
Lake Denman 11 years ago
parent
commit
3f2c6f8654
  1. 4
      doc/build-osx.md

4
doc/build-osx.md

@ -62,7 +62,7 @@ Installing the dependencies using MacPorts is very straightforward. @@ -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. @@ -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
------------------------

Loading…
Cancel
Save