更新测试脚本

This commit is contained in:
祁宁 2014-10-11 12:34:27 +08:00
parent f0b986318a
commit 48d30730fe
2 changed files with 1 additions and 8 deletions

View File

@ -6,5 +6,5 @@ php:
- 5.3
- 5.2
script: cd ./tools/ && make test
script: php ./tools/test.php

View File

@ -103,13 +103,6 @@ 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;
php test.php
all:
make update
make package