summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-10-06 10:28:47 +0200
committerJulien (jvoisin) Voisin2016-10-06 10:28:47 +0200
commit0d54e7475c82d0fd2b2bea0259874776a6dfaddd (patch)
treebd6fbac99fb744562650f05503985bbe917908ba
parente5560e053a754ba3ab189e01cbfa9c5a95437a6c (diff)
Fix the documentation (closes #35)
The documentation stated `make test` instead of `make tests`. Thanks to @lippoliv for noticing.
-rw-r--r--README.md2
-rw-r--r--RELEASE.md2
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
84yara from sources, libssl-dev must be installed on your system in order to 84yara from sources, libssl-dev must be installed on your system in order to
85have support for hashes. 85have support for hashes.
86 86
87Ho, and by the way, you can run the *comprehensive* testsuite with `make test`. 87Ho, and by the way, you can run the *comprehensive* testsuite with `make tests`.
88 88
89## Whitelisting 89## Whitelisting
90 90
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
6message: 6message:
7 7
8``` 8```
9$ make test 9$ make tests
10[+] Congratz, the XX tests succeeded! 10[+] Congratz, the XX tests succeeded!
11``` 11```
12 12