@Test public void compilationFailed() throws Exception { final String jar = tempDir.getAbsolutePath() + File.separator + "smoke.jar"; runCompiler("hello.compile", "-src", "hello.kt", "-jar", jar); }
@Test public void help() throws Exception { runCompiler("help", "--help"); }