Skip to content

Commit

Permalink
Hooked in PMD testing for the signature module
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 23, 2010
1 parent 132badc commit 7384bc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pmd-migrating.xml
Expand Up @@ -56,6 +56,7 @@
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="charges"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="diff"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="smsd"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="signature"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating-qm"/><param name="module" value="qm"/></antcall>
<!-- the test modules -->
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="test-core"/></antcall>
Expand All @@ -81,6 +82,7 @@
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="test-diff"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="test-qm"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="test-smsd"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="migrating"/><param name="module" value="test-signature"/></antcall>
</target>

<target id="test-module" name="test-module"
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="signature"/></antcall>
<!-- the test modules -->
<antcall target="test-module"><param name="module" value="test-core"/></antcall>
<antcall target="test-module"><param name="module" value="test-interfaces"/></antcall>
Expand All @@ -81,6 +82,7 @@
<antcall target="test-module"><param name="module" value="test-diff"/></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>
</target>

<target id="test-module" name="test-module"
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="signature"/></antcall>
<antcall target="test-module"><param name="pmd.test" value="custom-qm"/><param name="module" value="qm"/></antcall>
<!-- the test modules -->
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-core"/></antcall>
Expand All @@ -90,6 +91,7 @@
<antcall target="test-module"><param name="pmd.test" value="custom-test"/><param name="module" value="test-qm"/></antcall>
<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>
</target>

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

0 comments on commit 7384bc3

Please sign in to comment.