Skip to content

Commit

Permalink
Hooked in testing for iordf
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 17, 2010
1 parent f78e0d1 commit 96cffcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -1058,7 +1058,7 @@
smarts,fingerprint,smiles,qsar,qsaratomic,qsarbond,
qsarmolecular,qsarionpot,qsarprotein,pdb,pcore,inchi,
structgen,libiomd,libiocml,formula,render,extra,sdg,
ioformats,log4j,smsd,signature"/>
ioformats,log4j,smsd,signature,iordf"/>
</target>

<target id="limitations" name="limitations" depends="noJunit, dist-all"
Expand Down
1 change: 1 addition & 0 deletions javadoc.xml
Expand Up @@ -107,6 +107,7 @@
javacchome="jar"/>
</target>

<antcall target="doccheck-module"><param name="module" value="iordf"/></antcall>
<target name="ojdcheck" depends="compileDocTests">
<antcall target="ojdcheck-module"><param name="module" value="interfaces"/></antcall>
<antcall target="ojdcheck-module"><param name="module" value="core"/></antcall>
Expand Down
2 changes: 2 additions & 0 deletions pmd-unused.xml
Expand Up @@ -57,6 +57,7 @@
<antcall target="test-module"><param name="module" value="diff"/></antcall>
<antcall target="test-module"><param name="module" value="qm"/></antcall>
<antcall target="test-module"><param name="module" value="smsd"/></antcall>
<antcall target="test-module"><param name="module" value="iordf"/></antcall>
<antcall target="test-module"><param name="module" value="signature"/></antcall>
<!-- the test modules -->
<antcall target="test-module"><param name="module" value="test-core"/></antcall>
Expand All @@ -80,6 +81,7 @@
<antcall target="test-module"><param name="module" value="test-qsarmolecular"/></antcall>
<antcall target="test-module"><param name="module" value="test-qsarprotein"/></antcall>
<antcall target="test-module"><param name="module" value="test-diff"/></antcall>
<antcall target="test-module"><param name="module" value="test-iordf"/></antcall>
<antcall target="test-module"><param name="module" value="test-qm"/></antcall>
<antcall target="test-module"><param name="module" value="test-smsd"/></antcall>
<antcall target="test-module"><param name="module" value="test-signature"/></antcall>
Expand Down
2 changes: 2 additions & 0 deletions pmd.xml
Expand Up @@ -64,6 +64,7 @@
<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>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="smsd"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="iordf"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom"/><param name="module" value="signature"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom-qm"/><param name="module" value="qm"/></antcall>
<!-- the test modules -->
Expand Down Expand Up @@ -92,6 +93,7 @@
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-smsd"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-log4j"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-signature"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-iordf"/></antcall>
</target>

<target id="test-module" name="test-module"
Expand Down

0 comments on commit 96cffcc

Please sign in to comment.