mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-26 02:20:30 +01:00
13 lines
230 B
Julia
13 lines
230 B
Julia
using Test
|
|
using AbstractAlgebra
|
|
using Groups
|
|
|
|
using LinearAlgebra
|
|
|
|
@testset "Groups" begin
|
|
include("FreeGroup-tests.jl")
|
|
include("AutGroup-tests.jl")
|
|
include("DirectPower-tests.jl")
|
|
include("WreathProd-tests.jl")
|
|
end
|