aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
index 82fe498e0..57946c186 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
@@ -470,4 +470,11 @@ commented out: reported in another bugzilla bug...
</run>
</ajc-test>
-->
+ <ajc-test dir="ltw" title="JDK14 LTW" keywords="ltw">
+ <compile
+ files="HelloWorld.java"
+ options="-outjar hello.jar"
+ />
+ <ant file="ant.xml" target="JDK14 LTW" verbose="true"/>
+ </ajc-test>