Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit b827193

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Load Autoconf.mo in bootstrapping tests
Belonging to [master]: - OpenModelica/OMCompiler#3016 - #1154
1 parent a69a410 commit b827193

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

openmodelica/bootstrapping/JSONParser.mos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ loadFile(pathPrefix + "Lexers/LexerJSON.mo");
1313
getErrorString();
1414
loadFile(pathPrefix + "Parsers/JSON.mo");
1515
getErrorString();
16+
loadFile(pathPrefix + "Util/Autoconf.mo");
17+
getErrorString();
1618
loadFile(pathPrefix + "Util/BaseAvlSet.mo");
1719
getErrorString();
1820
loadFile(pathPrefix + "Util/BaseAvlTree.mo");
@@ -71,6 +73,8 @@ getErrorString();
7173
// true
7274
// ""
7375
// true
76+
// ""
77+
// true
7478
// {"a":[true, false, null], "b":[], "c":"", "int":13, "dbl":[14.1, 1e+06, 100000]}
7579
// "{\"a\":[true, false, null], \"b\":[], \"c\":\"\", \"int\":13, \"dbl\":[14.1, 1e+06, 100000]}"
7680
// ""

openmodelica/bootstrapping/LoadCompilerSources.mos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ if true then /* Suppress output */
221221

222222
// "Util";
223223
prefixPath + "Util/Array.mo",
224+
prefixPath + "Util/Autoconf.mo",
224225
prefixPath + "Util/AvlSetCR.mo",
225226
prefixPath + "Util/AvlTreeString.mo",
226227
prefixPath + "Util/BaseAvlSet.mo",

0 commit comments

Comments
 (0)