summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulien Voisin2016-02-23 15:28:33 +0100
committerJulien (jvoisin) Voisin2016-02-23 15:30:13 +0100
commitd33add4b7c344798458f7dec2295185674cb608f (patch)
tree9442a495741b1da580857ed54e5efd10354660cb /Makefile
parente07b47d18e10027d5967de21c56b8721b89bb58d (diff)
Add a wonderful testsuite!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index caec1b1..af87788 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
1VERSION=1.0 1VERSION=1.0
2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) 2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version)
3 3
4tests:
5 @cd ./php-malware-finder && ./tests.sh
4 6
5clean: 7clean:
6 rm -rf php-malware-finder/debian 8 rm -rf php-malware-finder/debian