Skip to content

Commit

Permalink
Load Autoconf.mo in bootstrapping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Mar 29, 2019
1 parent a69a410 commit b827193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmodelica/bootstrapping/JSONParser.mos
Expand Up @@ -13,6 +13,8 @@ loadFile(pathPrefix + "Lexers/LexerJSON.mo");
getErrorString();
loadFile(pathPrefix + "Parsers/JSON.mo");
getErrorString();
loadFile(pathPrefix + "Util/Autoconf.mo");
getErrorString();
loadFile(pathPrefix + "Util/BaseAvlSet.mo");
getErrorString();
loadFile(pathPrefix + "Util/BaseAvlTree.mo");
Expand Down Expand Up @@ -71,6 +73,8 @@ getErrorString();
// true
// ""
// true
// ""
// true
// {"a":[true, false, null], "b":[], "c":"", "int":13, "dbl":[14.1, 1e+06, 100000]}
// "{\"a\":[true, false, null], \"b\":[], \"c\":\"\", \"int\":13, \"dbl\":[14.1, 1e+06, 100000]}"
// ""
Expand Down
1 change: 1 addition & 0 deletions openmodelica/bootstrapping/LoadCompilerSources.mos
Expand Up @@ -221,6 +221,7 @@ if true then /* Suppress output */

// "Util";
prefixPath + "Util/Array.mo",
prefixPath + "Util/Autoconf.mo",
prefixPath + "Util/AvlSetCR.mo",
prefixPath + "Util/AvlTreeString.mo",
prefixPath + "Util/BaseAvlSet.mo",
Expand Down

0 comments on commit b827193

Please sign in to comment.