From 38596f56ae6024095800b100767ef2a106cda48a Mon Sep 17 00:00:00 2001 From: Francesco Casella Date: Thu, 27 Nov 2025 17:47:56 +0100 Subject: [PATCH] Update compilation parameters for BaseModelica.jl testing --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 5ee14df..2c96756 100755 --- a/test.py +++ b/test.py @@ -362,7 +362,7 @@ def timeSeconds(f): defaultCustomCommands += [extraflags] if basemodelica_mtk_import: - defaultCustomCommands += ['setCommandLineOptions("-d=newInst --baseModelica --modelicaOutput");'] + defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");'] def testHelloWorld(cmd): with open("HelloWorld.mos") as fin: