diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 08:26:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 08:26:17 +0000 |
| commit | 14d951b7361f79cc09207aa77dd83bf069609338 (patch) | |
| tree | a72482e712af2d019f3f50dc13eec1fe409eead6 /plugins/managesieve/tests/Makefile | |
| parent | c72e34f773a84486dd9b2d08d856583fb030877f (diff) | |
- Rewritten sieve script parser, added tests
git-svn-id: https://svn.roundcube.net/trunk@4447 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/tests/Makefile')
| -rw-r--r-- | plugins/managesieve/tests/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/managesieve/tests/Makefile b/plugins/managesieve/tests/Makefile new file mode 100644 index 000000000..072be2f2c --- /dev/null +++ b/plugins/managesieve/tests/Makefile @@ -0,0 +1,7 @@ + +clean: + rm -f *.log *.php *.diff *.exp *.out + + +test: + pear run-tests *.phpt |
