diff --git a/build.xml b/build.xml index f06df7e7048fea6963d200f7fc3ead9795554aef..77310528adca7cf46ea3077585aff91e71daa28a 100644 --- a/build.xml +++ b/build.xml @@ -45,6 +45,12 @@ <phingcall target="phpunit"/> <phingcall target="phpdoc"/> <phingcall target="phpcpd"/> + <phingcall target="pdepend"/> + </target> + + <!-- PHP_Depend code analysis --> + <target name="pdepend"> + <exec command="pdepend --jdepend-xml=${builddir}/reports/jdepend.xml --jdepend-chart=${builddir}/reports/dependencies.svg --overview-pyramid=${builddir}/reports/pdepend-pyramid.svg ${srcdir}/module" /> </target> <!-- PHP copy-and-paste detection -->