diff options
| author | Julien Voisin | 2016-02-23 15:28:33 +0100 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-02-23 15:30:13 +0100 |
| commit | d33add4b7c344798458f7dec2295185674cb608f (patch) | |
| tree | 9442a495741b1da580857ed54e5efd10354660cb /Makefile | |
| parent | e07b47d18e10027d5967de21c56b8721b89bb58d (diff) | |
Add a wonderful testsuite!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,6 +1,8 @@ | |||
| 1 | VERSION=1.0 | 1 | VERSION=1.0 |
| 2 | DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) | 2 | DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) |
| 3 | 3 | ||
| 4 | tests: | ||
| 5 | @cd ./php-malware-finder && ./tests.sh | ||
| 4 | 6 | ||
| 5 | clean: | 7 | clean: |
| 6 | rm -rf php-malware-finder/debian | 8 | rm -rf php-malware-finder/debian |
