backend: Generate assert call depending on the compiler key
This commit is contained in:
@@ -75,9 +75,10 @@ abstract class KonanTest extends JavaExec {
|
||||
classpath = project.configurations.cli_bc
|
||||
enableAssertions = true
|
||||
args = ["-output", output,
|
||||
*filesToCompile,
|
||||
*moreArgs,
|
||||
*project.globalArgs]
|
||||
"-ea",
|
||||
*filesToCompile,
|
||||
*moreArgs,
|
||||
*project.globalArgs]
|
||||
standardOutput = log
|
||||
errorOutput = log
|
||||
super.exec()
|
||||
|
||||
Reference in New Issue
Block a user