https://kotlinlang.org logo
t

tieskedh

09/07/2018, 1:45 PM
question about kontributing to tests of STD-lib: I saw the file jvm-minimal-for-tests. I have two questions about it: - Does it do what i want: setup for kontributing to standard tests? - If it does, the built crashes on my machine telling "pill-configurable" not found, can this be fixed?
i

ilya.gorbunov

09/07/2018, 4:12 PM
jvm-minimal-for-tests is building a reduced standard library that is used in various compiler tests.
Standard library test should go into
libraries/stdlib/test
directory (or in platform specific parts)
To run all libraries tests you can use gradle task
coreLibsTest
.
t

tieskedh

09/07/2018, 5:03 PM
Thx for the reaction. My problem was that I can open the total project. That will make my computer very slow. I was thinking that opening this gradle-file as project altijd give me the minimum-project where everything works as it is supposed to be. Is there another setup that I can use?