Skip to content

Commit bf93872

Browse files
authored
Merge pull request #319 from JuliaControl/reenable_tests
test: re-enable all tests
2 parents eb816fa + d853c1c commit bf93872

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ using Test, TestItems, TestItemRunner
44
@run_package_tests(verbose=true)
55

66
include("0_test_module.jl")
7-
#include("1_test_sim_model.jl")
8-
#include("2_test_state_estim.jl")
9-
#include("3_test_predictive_control.jl")
10-
#include("4_test_plot_sim.jl")
7+
include("1_test_sim_model.jl")
8+
include("2_test_state_estim.jl")
9+
include("3_test_predictive_control.jl")
10+
include("4_test_plot_sim.jl")
1111
include("5_test_extensions.jl")
1212
include("6_test_doctest.jl")
1313

0 commit comments

Comments
 (0)