mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-13 14:27:32 +01:00
13 lines
229 B
Julia
13 lines
229 B
Julia
using Test
|
|
using AbstractAlgebra
|
|
using Groups
|
|
|
|
using LinearAlgebra
|
|
|
|
@testset "Groups" begin
|
|
include("FreeGroup-tests.jl")
|
|
include("AutGroup-tests.jl")
|
|
include("DirectProd-tests.jl")
|
|
include("WreathProd-tests.jl")
|
|
end
|