Skip to content

Commit a0a938f

Browse files
authored
Split mingw into mingw32 and mingw64 for the testsuite (#1042)
1 parent 65fcf59 commit a0a938f

File tree

82 files changed

+177
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+177
-88
lines changed

testsuite/AircraftVehicleDemonstrator/AircraftVehicleDemonstrator.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf AircraftVehicleDemonstrator_tmp/ AircraftVehicleDemonstrator.log AircraftVehicleDemonstrator*.dot AircraftVehicleDemonstrator_res.mat
33
-- linux: no
4-
-- mingw: yes
4+
-- mingw32: no
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/AircraftVehicleDemonstrator/embrace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## status: correct
22
## teardown_command: rm SystemStructure.ssd event.dot init.dot sim_results.mat simulation.dot
33
## linux: yes
4-
## mingw: no
4+
## mingw32: no
5+
## mingw64: no
56
## win: no
67
## mac: no
78

testsuite/OMSimulator/DualMassOscillator.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf dualmassoscillator-lua/ DualMassOscillator.mat
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/OMSimulator/Enumeration.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-- status: correct
22
-- linux: yes
3-
-- mingw: yes
3+
-- mingw32: yes
4+
-- mingw64: yes
45
-- win: no
56
-- mac: no
67

testsuite/OMSimulator/Enumeration2.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-- status: correct
22
-- linux: yes
3-
-- mingw: yes
3+
-- mingw32: yes
4+
-- mingw64: yes
45
-- win: no
56
-- mac: no
67

testsuite/OMSimulator/PI_Controller.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf PI_Controller-lua/ PI_Controller_init.dot PI_Controller_sim.dot PI_Controller_res.mat PI_Controller.ssp
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/OMSimulator/QuarterCarModel.DisplacementDisplacement.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf QuarterCarModel/ QuarterCarModel.DisplacementDisplacement.mat
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/OMSimulator/addResources1.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf addResources_01_lua/
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/OMSimulator/addResources2.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf addResources_02_lua/
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

testsuite/OMSimulator/addResources3.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-- status: correct
22
-- teardown_command: rm -rf addResources_03_lua/
33
-- linux: yes
4-
-- mingw: yes
4+
-- mingw32: yes
5+
-- mingw64: yes
56
-- win: no
67
-- mac: no
78

@@ -395,7 +396,7 @@ oms_delete("addResources")
395396
-- </oms:SignalFilter>
396397
-- </oms:file>
397398
-- </oms:snapshot>
398-
--
399+
--
399400
-- info: Virgin Parameter settings
400401
-- info: addResources.root.system1.C1 : -10.5
401402
-- info: addResources.root.system1.C2 : -20.5

0 commit comments

Comments
 (0)