summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-02-24 10:43:31 +0100
committerJulien (jvoisin) Voisin2016-02-24 10:49:51 +0100
commitf9aa99e430bc6eff893fe7abedcd47866d0f7fa8 (patch)
tree5986d55801c356a2cfa403534db804ec530a8800 /README.md
parent97564364b082aace0adcf306446bdff97f539ed2 (diff)
Document the fact that we have a testsuite.
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 79aac5b..d12d522 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@ Please keep in mind that you should use at least YARA 3.4 because we're using
67[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the 67[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the
68whitelist system, and greedy regexps. 68whitelist system, and greedy regexps.
69 69
70Ho, and by the way, you can run the comprehensive testsuite with `make test`.
71
70## Whitelisting 72## Whitelisting
71 73
72Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file. 74Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file.