[test] Added some posix scripts to test module-based builds. We should make these as unit tests someday.

This commit is contained in:
Reinier Zwitserloot
2018-10-29 20:46:18 +01:00
parent e40eab2e34
commit d8b882cf7e
7 changed files with 36 additions and 0 deletions
@@ -0,0 +1,4 @@
module projA {
requires static lombok;
exports pkgA;
}