Skip to content

Commit 3d7dbfa

Browse files
committed
do all tests
1 parent bdd602c commit 3d7dbfa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/runtests.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ const CTFlowsODE = Base.get_extension(CTFlows, :CTFlowsODE) # to test functions
1212

1313
@testset verbose = true showtiming = true "CTFlows" begin
1414
for name in (
15-
# :types,
16-
# :differential_geometry,
17-
# :aqua,
15+
:types,
16+
:differential_geometry,
17+
:aqua,
1818
:concatenation,
19-
# :default,
20-
# :flow_function,
21-
# :flow_hamiltonian_vector_field,
22-
# :flow_hamiltonian,
23-
# :flow_vector_field,
24-
# :optimal_control_problem,
19+
:default,
20+
:flow_function,
21+
:flow_hamiltonian_vector_field,
22+
:flow_hamiltonian,
23+
:flow_vector_field,
24+
:optimal_control_problem,
2525
)
2626
@testset "$(name)" begin
2727
test_name = Symbol(:test_, name)

0 commit comments

Comments
 (0)