]> source.dussan.org Git - aspectj.git/commit
Add some smoke test cases for '--add-reads' and '--add-modules' 146/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 31 Mar 2022 04:31:20 +0000 (11:31 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 31 Mar 2022 07:14:45 +0000 (14:14 +0700)
commit417a0224e5f585850593ebac55b6083636a25fd9
treea24de06e55c3e1c5c56bf515be924f9d73591cea
parent35e93cf9dfc51aa8b47bc798c375b0ee01e24d42
Add some smoke test cases for '--add-reads' and '--add-modules'

in order to show that the compiler options basically work. The test
cases are by no means exhaustive and simply verify that it works at all.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/bugs199/add_exports/Application.java [deleted file]
tests/bugs199/github_145/add_exports/Application.java [new file with mode: 0644]
tests/bugs199/github_145/add_modules/NonModular.java [new file with mode: 0644]
tests/bugs199/github_145/add_modules/UseJDKExtendedCharsets.java [new file with mode: 0644]
tests/bugs199/github_145/add_modules/my.module/module-info.java [new file with mode: 0644]
tests/bugs199/github_145/add_modules/my.module/my/module/Modular.java [new file with mode: 0644]
tests/bugs199/github_145/add_reads/other.module/module-info.java [new file with mode: 0644]
tests/bugs199/github_145/add_reads/other.module/other/module/Application.java [new file with mode: 0644]
tests/src/test/java/org/aspectj/systemtest/ajc199/Bugs199Tests.java
tests/src/test/resources/org/aspectj/systemtest/ajc199/ajc199.xml