Android plugin cli arguments test

This commit is contained in:
Yan Zhulanow
2015-02-26 19:36:01 +03:00
parent 41d9477870
commit 7d31b56ef6
10 changed files with 68 additions and 0 deletions
@@ -72,4 +72,9 @@ public class CliCommonTest extends CliBaseTest {
public void suppressAllWarningsJS() throws Exception {
executeCompilerCompareOutputJS();
}
@Test
public void pluginSimple() throws Exception {
executeCompilerCompareOutputJVM();
}
}