Skip to content

Commit

Permalink
change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Oct 11, 2014
1 parent 56d9b46 commit 3f3812c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f3812c

Please sign in to comment.