Currently, the class path has to be carefully set so that unittest can run. The compiler needs the standard lib while the unittest use the targetlib. This leads to problems with modularisation from java 9 onwards.
Idea: Split the unittests into separate repos. This has the advantage that the classpath in the compiler repo does not have to be changed when adding target tests.
Currently, the class path has to be carefully set so that unittest can run. The compiler needs the standard lib while the unittest use the targetlib. This leads to problems with modularisation from java 9 onwards. Idea: Split the unittests into separate repos. This has the advantage that the classpath in the compiler repo does not have to be changed when adding target tests.