summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2011-08-17 15:37:34 +0000
committeraclement <aclement>2011-08-17 15:37:34 +0000
commit9b5b731ed004703c148340059496f8b5eda76928 (patch)
tree52d409b72a6b9b300cc42a0ed8d25083cbc74fde /tests/src
parentebda2ae7303eac60fcca51e14f08254320305ebf (diff)
downloadaspectj-9b5b731ed004703c148340059496f8b5eda76928.tar.gz
aspectj-9b5b731ed004703c148340059496f8b5eda76928.zip
354683
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml
index 898eb8a25..f8e2b0f4a 100644
--- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml
+++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml
@@ -2,6 +2,11 @@
<suite>
+<ajc-test dir="bugs1612/pr354683" title="itd split compilation">
+<compile files="util/CommonData.java util/CommonDataImpl.java util/CommonDataImplementation.aj util/DerivedCommonDataInterface.java util/DerivedCommonDataInterfaceImpl.java util/DerivedCommonDataInterfaceImplementation.aj" options="-1.5" outjar="code.jar"/>
+<compile files="main/AbstractBaseClass.java main/DerivedClass.java main/Whatever.java " options="-1.5 -showWeaveInfo" aspectpath="code.jar"/>
+</ajc-test>
+
<ajc-test dir="bugs1612/pr239649" title="thisAspectInstance - 1">
<compile files="One.java" options="-1.5"/>
<run class="One">