Skip to content

Commit

Permalink
Expected result (make clean in CevalScriptBackend.buildModelFMU)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Feb 1, 2018
1 parent 336fb47 commit 9d6ed55
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Expand Up @@ -27,6 +27,8 @@ val(prismatic_v, 1);
// ""
// true
// ""
// rm -f OMCppcranes_crane* cranes_crane_FMU.* cranes_crane.def cranes_crane.sh cranes_crane.bat cranes_crane.makefile cranes_crane_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "cranes_crane.fmu"
// ""
// true
Expand Down
Expand Up @@ -38,6 +38,8 @@ val(y2, 1);
// true
// ""
// true
// rm -f OMCppDIC* DIC_FMU.* DIC.def DIC.sh DIC.bat DIC.makefile DIC_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "DIC.fmu"
// ""
// true
Expand Down
Expand Up @@ -31,6 +31,8 @@ val(prismatic_v, 1);
// ""
// true
// ""
// rm -f OMCppcranes_crane* cranes_crane_FMU.* cranes_crane.def cranes_crane.sh cranes_crane.bat cranes_crane.makefile cranes_crane_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "cranes.crane.fmu"
// ""
// "cranes_crane_me_FMU.mo"
Expand Down
Expand Up @@ -37,6 +37,8 @@ val(y2, 1);
// true
// ""
// true
// rm -f OMCppDIC* DIC_FMU.* DIC.def DIC.sh DIC.bat DIC.makefile DIC_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "DIC.fmu"
// ""
// true
Expand Down
Expand Up @@ -49,6 +49,8 @@ readFile("modelDescription.tmp.xml");
// ""
// true
// ""
// rm -f OMCppSubClocks* SubClocks_FMU.* SubClocks.def SubClocks.sh SubClocks.bat SubClocks.makefile SubClocks_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "SubClocks.fmu"
// ""
// 0
Expand Down
Expand Up @@ -52,6 +52,8 @@ val(evaporator_qm_S, 100);
// ""
// true
// ""
// rm -f OMCppDrumBoilerModel* DrumBoilerModel_FMU.* DrumBoilerModel.def DrumBoilerModel.sh DrumBoilerModel.bat DrumBoilerModel.makefile DrumBoilerModel_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "DrumBoilerModel.fmu"
// "Warning: The model contains alias variables with conflicting start and/or nominal values. It is recommended to resolve the conflicts, because otherwise the system could be hard to solve. To print the conflicting alias sets and the chosen candidates please use -d=aliasConflicts.
// Warning: There are iteration variables with default zero start attribute. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
Expand Down
Expand Up @@ -36,6 +36,8 @@ val(ync12, 0);
// ""
// true
// ""
// rm -f OMCppMatrixIOTest* MatrixIOTest_FMU.* MatrixIOTest.def MatrixIOTest.sh MatrixIOTest.bat MatrixIOTest.makefile MatrixIOTest_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "MatrixIOTest.fmu"
// ""
// true
Expand Down
Expand Up @@ -34,6 +34,8 @@ readFile("modelDescription.tmp.xml");
// ""
// true
// ""
// rm -f OMCppSIDTest* SIDTest_FMU.* SIDTest.def SIDTest.sh SIDTest.bat SIDTest.makefile SIDTest_init.xml
// rm -rf modelDescription.xml binaries sources documentation
// "SIDTest.fmu"
// ""
// 0
Expand Down

0 comments on commit 9d6ed55

Please sign in to comment.