提交 a181b030 编写于 作者: I Ilya Matveev 提交者: ilmat192

Update README.md and HACKING.md

上级 bc074e6d
...@@ -15,3 +15,6 @@ There are several gradle flags one can use for Konan build. ...@@ -15,3 +15,6 @@ There are several gradle flags one can use for Konan build.
./gradlew -Pfilter=overflowLong.kt run_external ./gradlew -Pfilter=overflowLong.kt run_external
* **-Pperfix** allows one to choose external test directories to run. Only tests from directories with given prefix will be executed.
./gradlew -Pfilter=external_codegen_box_cast run_external
\ No newline at end of file
...@@ -22,4 +22,10 @@ For some tests, use: ...@@ -22,4 +22,10 @@ For some tests, use:
To run blackbox compiler tests from JVM Kotlin use (takes time): To run blackbox compiler tests from JVM Kotlin use (takes time):
./gradlew run_external ./gradlew run_external
\ No newline at end of file
To update the blackbox compiler tests set TeamCity build number in `gradle.properties`:
testDataVersion=<build number>:id
and run `./gradlew update_external_tests`
\ No newline at end of file
...@@ -44,6 +44,7 @@ allprojects { ...@@ -44,6 +44,7 @@ allprojects {
} }
} }
// TODO: use lastSuccessful teamcity build.
task update_external_tests() { task update_external_tests() {
doLast { doLast {
// Unzip. // Unzip.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册