Exclude generated IC tests from ant build
Generated tests depend on the annotations from the `tests-common` module. Testing utils from test root of the `incremental-compilation-impl` module are also used in Gradle tests, so the test root is built in the ant build too. However building `tests-common` separately from the compiler is complicated, so I decided to exclude generated tests from 'kotlin-build-common-test.jar'.
This commit is contained in:
Reference in New Issue
Block a user