Skip to content

Add precompiled test case classes (and their source code).

Eric Bruneton requested to merge add-test-case-classes-for-unit-tests into master

These precompiled classes will be used, in later commits, to replace the existing tests based on rt.jar (which depends on the test environment and is no longer available in JDK9).

Merge request reports