[Test] Introduce provider of path of standard libraries jars
Before this change all paths to all libraries were hardcoded to `dist/kotlinc/lib/...`, which is not suitable for usages of test framework outside of Kotlin project
This commit is contained in:
committed by
teamcity
parent
648a3667e0
commit
2c6aea47b1
+1
@@ -153,6 +153,7 @@ abstract class AbstractFrontendApiTest : TestWithDisposable() {
|
||||
useAdditionalService { ExpressionMarkerProvider() }
|
||||
useAdditionalService(::TestKtModuleProvider)
|
||||
useAdditionalService<ApplicationDisposableProvider> { ExecutionListenerBasedDisposableProvider() }
|
||||
useAdditionalService<KotlinStandardLibrariesPathProvider> { StandardLibrariesPathProviderForKotlinProject }
|
||||
configureTest(this)
|
||||
|
||||
startingArtifactFactory = { ResultingArtifact.Source() }
|
||||
|
||||
Reference in New Issue
Block a user