change test script

This commit is contained in:
祁宁
2014-10-11 12:24:47 +08:00
parent 56d9b46d28
commit 3f3812c305

View File

@@ -104,7 +104,9 @@ pot:
test:
php test.php
for i in `find ../var/ -name '*.php'`; do php -l $$i; done;
for i in `find ../usr/ -name '*.php'`; do php -l $$i; done;
for i in `find ../admin/ -name '*.php'`; do php -l $$i; done;
all: