I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 48df91f7 authored by str4d's avatar str4d
Browse files

Moved existing JUnit tests to junittest/ in preparation for ScalaTest

parent d27d0bd2
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -136,7 +136,7 @@
<pathelement location="${with.cobertura}" />
</classpath>
<batchtest todir="../../reports/core/junit/">
<fileset dir="./test/">
<fileset dir="./junittest/">
<include name="**/*Test.java" />
<exclude name="**/ElGamalAESEngineTest.java" />
<exclude name="**/StructureTest.java" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment