Skip to content

Commit 3f2c6f8

Browse files
committed
Use 'make check' instead of 'make test'
1 parent 5e47c2b commit 3f2c6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-osx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Installing the dependencies using MacPorts is very straightforward.
6262

6363
3. It is a good idea to build and run the unit tests, too:
6464

65-
make test
65+
make check
6666

6767
Instructions: HomeBrew
6868
----------------------
@@ -98,7 +98,7 @@ Rerunning "openssl version" should now return the correct version.
9898

9999
3. It is a good idea to build and run the unit tests, too:
100100

101-
make test
101+
make check
102102

103103
Creating a release build
104104
------------------------

0 commit comments

Comments
 (0)