Skip to content

Commit

Permalink
enable tests
Browse files Browse the repository at this point in the history
fixed Makefile for PR1019

Belonging to [master]:
  - OpenModelica/OpenModelica-testsuite#1020
  • Loading branch information
vruge authored and OpenModelica-Hudson committed Sep 1, 2018
1 parent 2e9a88f commit a2d00ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions simulation/modelica/inStream/Makefile
@@ -1,6 +1,11 @@
TEST = ../../../rtest -v

TESTFILES = \
Test1.mos \
Test2.mos \
Test3.mos \
Test4.mos \
Test5.mos \
Test6.mos \
Test7.mos \
Test8.mos \
Expand Down
4 changes: 2 additions & 2 deletions simulation/modelica/inStream/Test5.mos
Expand Up @@ -23,8 +23,8 @@ val(source.flange.h_outflow, {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15});
// true
// ""
// record SimulationResult
// resultFile = "TestStreamConnectorsNoActualStreamEvaluateParams.TestModels.Test4_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 15.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'TestStreamConnectorsNoActualStreamEvaluateParams.TestModels.Test4', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// resultFile = "TestStreamConnectorsNoActualStreamEvaluateParams.TestModels.Test5_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 15.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'TestStreamConnectorsNoActualStreamEvaluateParams.TestModels.Test5', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = "LOG_SUCCESS | info | The initialization finished successfully without homotopy method.
// LOG_SUCCESS | info | The simulation finished successfully.
// "
Expand Down

0 comments on commit a2d00ef

Please sign in to comment.