aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2004-04-07 16:09:40 +0000
committeraclement <aclement>2004-04-07 16:09:40 +0000
commitb4bf0078ed233d0bef56f522daf4ed0929a74aca (patch)
treee615b967b9d2b9bcafa9cda856c94d394f287555 /tests
parent2674dec2bc1524c117003708fe590e920c3f7cc4 (diff)
downloadaspectj-b4bf0078ed233d0bef56f522daf4ed0929a74aca.tar.gz
aspectj-b4bf0078ed233d0bef56f522daf4ed0929a74aca.zip
Add in unit tests for Ajdoc
Diffstat (limited to 'tests')
-rw-r--r--tests/junitModules.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/junitModules.xml b/tests/junitModules.xml
index b950b1e06..53eb4deac 100644
--- a/tests/junitModules.xml
+++ b/tests/junitModules.xml
@@ -71,6 +71,7 @@
<path id="bin.classpath">
<pathelement location="${modules.dir}/ajde/bin" />
<pathelement location="${modules.dir}/ajbrowser/bin" />
+ <pathelement location="${modules.dir}/ajdoc/bin" />
<pathelement location="${modules.dir}/asm/bin" />
<pathelement location="${modules.dir}/bridge/bin" />
<pathelement location="${modules.dir}/build/bin" />
@@ -90,6 +91,7 @@
<path id="jar.classpath">
<pathelement location="${jar.dir}/ajde.jar" />
<pathelement location="${jar.dir}/ajbrowser.jar" />
+ <pathelement location="${jar.dir}/ajdoc.jar" />
<pathelement location="${jar.dir}/asm.jar" />
<pathelement location="${jar.dir}/bridge.jar" />
<pathelement location="${jar.dir}/build.jar" />
@@ -177,6 +179,9 @@
<fileset dir="${modules.dir}/ajbrowser/testsrc">
<include name="*ModuleTests.java" />
</fileset>
+ <fileset dir="${modules.dir}/ajdoc/testsrc">
+ <include name="*ModuleTests.java" />
+ </fileset>
<fileset dir="${modules.dir}/asm/testsrc">
<include name="*ModuleTests.java" />
</fileset>
@@ -236,6 +241,10 @@
<antcall target="run-module-junit-tests">
<param name="moduleName" value="ajbrowser"/>
</antcall>
+
+ <antcall target="run-module-junit-tests">
+ <param name="moduleName" value="ajdoc"/>
+ </antcall>
<antcall target="run-module-junit-tests">
<param name="moduleName" value="ajde"/>
@@ -305,6 +314,10 @@
<antcall target="run-module-junit-tests">
<param name="moduleName" value="ajbrowser"/>
</antcall>
+
+ <antcall target="run-module-junit-tests">
+ <param name="moduleName" value="ajdoc"/>
+ </antcall>
<antcall target="run-module-junit-tests">
<param name="moduleName" value="ajde"/>