Skip to content

Commit e46ee83

Browse files
authored
Update compilation parameters for BaseModelica.jl testing (#258)
* updated OMCompiler flags
1 parent 12a07bd commit e46ee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def timeSeconds(f):
362362
defaultCustomCommands += [extraflags]
363363

364364
if basemodelica_mtk_import:
365-
defaultCustomCommands += ['setCommandLineOptions("-d=newInst --baseModelica --modelicaOutput");']
365+
defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");']
366366

367367
def testHelloWorld(cmd):
368368
with open("HelloWorld.mos") as fin:

0 commit comments

Comments
 (0)