Fix several tests by adding missing stdlib pieces. (#239)

This commit is contained in:
Nikolay Igotti
2017-02-14 19:31:29 +03:00
committed by GitHub
parent 061a8a0b55
commit a7bad9a950
2 changed files with 115 additions and 12 deletions
+5 -1
View File
@@ -16,6 +16,10 @@ For an optimized compilation use -opt:
./dist/bin/konanc hello.kt -o hello -opt
For more tests, use:
For some tests, use:
./gradlew backend.native:tests:run
To run blackbox compiler tests from JVM Kotlin use (takes time):
./gradlew run_external