Merge pull request #3395 from ldenman/patch-2
Use 'make check' instead of 'make test'
This commit is contained in:
commit
c4880e0172
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
------------------------
|
||||
|
|
Loading…
Reference in a new issue