wootook-reloaded/build/build.sh
Gregory PLANCHAT a8dff3d6d7 Updated integration to Travis-CI
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-07-12 10:42:02 +02:00

10 lines
258 B
Shell

echo " * Wootook unit testing"
MODULES_DIR="`pwd`/../src/application/modules"
for file in "$MODULES_DIR/*"
do
echo " * Running ${file} module tests"
phpunit --strict --configuration $MODULES_DIR/${file}/test/$phpunit.xml $MODULES_DIR/${file}
done