diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 28379c26f..1d286fc2b 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6785,4 +6785,12 @@ options="-1.4"/> <run class="de.test.MyMain"/> </ajc-test> + + <ajc-test dir="bugs/extdirs" + pr="42574" + title="zip and jar suffixes for extdirs entries"> + <compile files="extdirs-src/main/Main.java" + extdirs="lib/lowercase"/> + </ajc-test> + </suite> |