From 0d54e7475c82d0fd2b2bea0259874776a6dfaddd Mon Sep 17 00:00:00 2001 From: Julien (jvoisin) Voisin Date: Thu, 6 Oct 2016 10:28:47 +0200 Subject: Fix the documentation (closes #35) The documentation stated `make test` instead of `make tests`. Thanks to @lippoliv for noticing. --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d6a4d9..681ab3e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ whitelist system, and greedy regexps. Please note that if you plan to build yara from sources, libssl-dev must be installed on your system in order to have support for hashes. -Ho, and by the way, you can run the *comprehensive* testsuite with `make test`. +Ho, and by the way, you can run the *comprehensive* testsuite with `make tests`. ## Whitelisting diff --git a/RELEASE.md b/RELEASE.md index ebca62f..1c09c06 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,7 +6,7 @@ Thou shalt test your modifications. If everything goes fine, you should see this message: ``` -$ make test +$ make tests [+] Congratz, the XX tests succeeded! ``` -- cgit v1.3