Skip to content

Commit

Permalink
Full tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvarga committed May 11, 2023
1 parent 95d447c commit 2fa4f3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

2 comments on commit 2fa4f3a

@andreasvarga
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/83429

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.2.10 -m "<description of version>" 2fa4f3ad6d06641471c73b40780b272a8e0b9894
git push origin v2.2.10

Please sign in to comment.