README.md: update instruction to run tests

Reflecting what Travis does.
This commit is contained in:
Marko Bencun 2019-07-19 13:50:16 +02:00
parent fa33017135
commit ce6d438266
No known key found for this signature in database
GPG Key ID: 804538928C37EAE8

View File

@ -59,5 +59,5 @@ libsecp256k1 is built using autotools:
$ ./autogen.sh $ ./autogen.sh
$ ./configure $ ./configure
$ make $ make
$ ./tests $ make check
$ sudo make install # optional $ sudo make install # optional