Skip to content

Commit e200163

Browse files
Merge pull request SciML#321 from ven-k/vkb/thermal-test2
test: add Motor and Piston demos to runtest.jl
2 parents 375e4f7 + 7ee57d6 commit e200163

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
99
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
12-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
13-
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
1412
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1513

1614
[compat]
1715
Aqua = "0.8"
18-
ChainRulesCore = "1.18"
16+
ChainRulesCore = "1.24"
1917
ControlSystemsBase = "1.4"
2018
DataInterpolations = "4.6"
2119
DiffEqBase = "6.152"
2220
IfElse = "0.1"
2321
LinearAlgebra = "1.10"
24-
ModelingToolkit = "9.2"
22+
ModelingToolkit = "9.32"
2523
OrdinaryDiffEq = "6.87"
2624
OrdinaryDiffEqDefault = "1.1"
2725
SafeTestsets = "0.1"
28-
Symbolics = "5.20, 6"
26+
Symbolics = "5.36, 6"
2927
Test = "1"
3028
julia = "1.10"
3129

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ const GROUP = get(ENV, "GROUP", "All")
4949
end
5050
@safetestset "Thermal Demo" begin
5151
include("Thermal/demo.jl")
52+
include("Thermal/motor.jl")
53+
include("Thermal/piston.jl")
5254
end
5355

5456
# Magnetic

0 commit comments

Comments
 (0)