diff --git a/test/runtests.jl b/test/runtests.jl index c5d9e44..c6a4e81 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,14 +3,14 @@ module Runtests using Test, MatrixEquations @testset "Test MatrixEquations.jl" begin - # include("test_clyap.jl") - # include("test_dlyap.jl") - # include("test_meutil.jl") - # include("test_riccati.jl") - # include("test_sylvester.jl") - # include("test_sylvkr.jl") - # include("test_cplyap.jl") - # include("test_dplyap.jl") + include("test_clyap.jl") + include("test_dlyap.jl") + include("test_meutil.jl") + include("test_riccati.jl") + include("test_sylvester.jl") + include("test_sylvkr.jl") + include("test_cplyap.jl") + include("test_dplyap.jl") include("test_mecondest.jl") end