mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 14:35:28 +01:00
10 lines
191 B
Julia
10 lines
191 B
Julia
using Groups
|
|
using Base.Test
|
|
|
|
@testset "Groups" begin
|
|
include("FreeGroup-tests.jl")
|
|
include("AutGroup-tests.jl")
|
|
include("DirectProd-tests.jl")
|
|
include("WreathProd-tests.jl")
|
|
end
|