summaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-04-26 10:52:36 +0000
committeravasseur <avasseur>2005-04-26 10:52:36 +0000
commit4cf9913a74c804176c04e9cc5effcbea24289418 (patch)
tree91ec70d29752f5561f8afca1941ae69caf83f058 /run-all-junit-tests
parent3e1783bc03e372ad8957e5e24e41b5c7d0e7dd26 (diff)
downloadaspectj-4cf9913a74c804176c04e9cc5effcbea24289418.tar.gz
aspectj-4cf9913a74c804176c04e9cc5effcbea24289418.zip
fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ annotations + tests from Andy H
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/run-all-junit-tests/build.xml b/run-all-junit-tests/build.xml
index 5fc2499d8..9fbf00812 100644
--- a/run-all-junit-tests/build.xml
+++ b/run-all-junit-tests/build.xml
@@ -5,6 +5,7 @@
<import file="../ajbrowser/build.xml"/>
<import file="../ajde/build.xml"/>
<import file="../asm/build.xml"/>
+ <import file="../aspectj5rt/build.xml"/>
<import file="../bridge/build.xml"/>
<import file="../org.aspectj.ajdt.core/build.xml"/>
<import file="../runtime/build.xml"/>
@@ -26,6 +27,8 @@
<pathelement path="../ajbrowser/bin"/>
<pathelement path="../asm/bintest"/>
<pathelement path="../asm/bin"/>
+ <pathelement path="../aspectj5rt/bintest"/>
+ <pathelement path="../aspectj5rt/bin"/>
<pathelement path="../bridge/bintest"/>
<pathelement path="../bridge/bin"/>
<pathelement path="../org.aspectj.ajdt.core/bintest"/>
@@ -71,6 +74,7 @@
ajde.test:compile,
asm.compile,
asm.test:compile,
+ aspectj5rt.compile,
bridge.compile,
bridge.test:compile,
org.aspectj.ajdt.core.compile,
@@ -90,6 +94,7 @@
util.test:compile,
weaver.compile,
weaver.test:compile">
+ <ant antfile="../aspectj5rt/build.xml" target="test:compile"/>
<testcompile project="run-all-junit-tests" path="run-all-junit-tests.test.src.path"/>
</target>