Skip to content

Commit

Permalink
Added modules that were missing from the PMD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 16, 2009
1 parent 10dc19c commit 073e5ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,24 @@
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="render"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="reaction"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="libiocml"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="libiomd"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="builder3d"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="smiles"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="smarts"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="pcore"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="fingerprint"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="forcefield"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="inchi"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="ioformats"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="pdb"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsar"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsaratomic"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsarbond"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsarionpot"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsarmolecular"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="qsarprotein"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="structgen"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="sdg"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="valencycheck"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="charges"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="diff"/></antcall>
Expand Down

0 comments on commit 073e5ec

Please sign in to comment.