Update README.md and HACKING.md

This commit is contained in:
Ilya Matveev
2017-03-13 12:55:27 +03:00
committed by ilmat192
parent bc074e6d39
commit a181b0301e
3 changed files with 11 additions and 1 deletions
+7 -1
View File
@@ -22,4 +22,10 @@ For some tests, use:
To run blackbox compiler tests from JVM Kotlin use (takes time):
./gradlew run_external
./gradlew run_external
To update the blackbox compiler tests set TeamCity build number in `gradle.properties`:
testDataVersion=<build number>:id
and run `./gradlew update_external_tests`