Skip to content

Commit 6e2244f

Browse files
Re-enable all tests
1 parent edfe129 commit 6e2244f

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

test/runtests.jl

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
using SafeTestsets
22

33
# Blocks
4-
# @safetestset "Blocks: math" begin
5-
# include("Blocks/math.jl")
6-
# end
7-
# @safetestset "Blocks: nonlinear" begin
8-
# include("Blocks/nonlinear.jl")
9-
# end
10-
# @safetestset "Blocks: continuous" begin
11-
# include("Blocks/continuous.jl")
12-
# end
13-
# @safetestset "Blocks: sources" begin
14-
# include("Blocks/sources.jl")
15-
# end
16-
# @safetestset "Blocks: analysis points" begin
17-
# include("Blocks/test_analysis_points.jl")
18-
# end
4+
@safetestset "Blocks: math" begin
5+
include("Blocks/math.jl")
6+
end
7+
@safetestset "Blocks: nonlinear" begin
8+
include("Blocks/nonlinear.jl")
9+
end
10+
@safetestset "Blocks: continuous" begin
11+
include("Blocks/continuous.jl")
12+
end
13+
@safetestset "Blocks: sources" begin
14+
include("Blocks/sources.jl")
15+
end
16+
@safetestset "Blocks: analysis points" begin
17+
include("Blocks/test_analysis_points.jl")
18+
end
1919

20-
# # Electrical
21-
# @safetestset "Analog Circuits" begin
22-
# include("Electrical/analog.jl")
23-
# end
20+
# Electrical
21+
@safetestset "Analog Circuits" begin
22+
include("Electrical/analog.jl")
23+
end
2424

25-
# @safetestset "Chua Circuit Demo" begin
26-
# include("chua_circuit.jl")
27-
# end
25+
@safetestset "Chua Circuit Demo" begin
26+
include("chua_circuit.jl")
27+
end
2828

29-
# @safetestset "Digital Circuits" begin
30-
# include("Electrical/digital.jl")
31-
# end
32-
# @safetestset "Chua Circuit Demo" begin
33-
# include("chua_circuit.jl")
34-
# end
29+
@safetestset "Digital Circuits" begin
30+
include("Electrical/digital.jl")
31+
end
32+
@safetestset "Chua Circuit Demo" begin
33+
include("chua_circuit.jl")
34+
end
3535

36-
# # Thermal
37-
# @safetestset "Thermal Circuits" begin
38-
# include("Thermal/thermal.jl")
39-
# end
40-
# @safetestset "Thermal Demo" begin
41-
# include("Thermal/demo.jl")
42-
# end
36+
# Thermal
37+
@safetestset "Thermal Circuits" begin
38+
include("Thermal/thermal.jl")
39+
end
40+
@safetestset "Thermal Demo" begin
41+
include("Thermal/demo.jl")
42+
end
4343

44-
# # Magnetic
45-
# @safetestset "Magnetic" begin
46-
# include("Magnetic/magnetic.jl")
47-
# end
44+
# Magnetic
45+
@safetestset "Magnetic" begin
46+
include("Magnetic/magnetic.jl")
47+
end
4848

49-
# # Mechanical
50-
# @safetestset "Mechanical Rotation" begin
51-
# include("Mechanical/rotational.jl")
52-
# end
53-
# @safetestset "Mechanical Translation" begin
54-
# include("Mechanical/translational.jl")
55-
# end
56-
# @safetestset "Mechanical Translation" begin
57-
# include("Mechanical/translational_modelica.jl")
58-
# end
59-
# @safetestset "Multi-Domain" begin
60-
# include("multi_domain.jl")
61-
# end
49+
# Mechanical
50+
@safetestset "Mechanical Rotation" begin
51+
include("Mechanical/rotational.jl")
52+
end
53+
@safetestset "Mechanical Translation" begin
54+
include("Mechanical/translational.jl")
55+
end
56+
@safetestset "Mechanical Translation" begin
57+
include("Mechanical/translational_modelica.jl")
58+
end
59+
@safetestset "Multi-Domain" begin
60+
include("multi_domain.jl")
61+
end
6262
@safetestset "Planar Mechanics" begin
6363
include("Mechanical/planar_mechanics.jl")
6464
end
6565

66-
# # Hydraulic
67-
# @safetestset "Hydraulic IsothermalCompressible" begin
68-
# include("Hydraulic/isothermal_compressible.jl")
69-
# end
66+
# Hydraulic
67+
@safetestset "Hydraulic IsothermalCompressible" begin
68+
include("Hydraulic/isothermal_compressible.jl")
69+
end

0 commit comments

Comments
 (0)