更新测试脚本
This commit is contained in:
@@ -103,6 +103,12 @@ pot:
|
||||
rm -f files.txt
|
||||
|
||||
|
||||
test:
|
||||
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:
|
||||
make update
|
||||
make package
|
||||
|
||||
Reference in New Issue
Block a user