Groups.jl/test/runtests.jl

11 lines
213 B
Julia
Raw Normal View History

using Base.Test
2018-07-30 08:30:27 +02:00
using AbstractAlgebra
using Groups
2017-05-11 18:30:23 +02:00
@testset "Groups" begin
2017-05-15 17:30:38 +02:00
include("FreeGroup-tests.jl")
2017-05-15 10:12:46 +02:00
include("AutGroup-tests.jl")
2017-07-23 03:27:03 +02:00
include("DirectProd-tests.jl")
2017-07-23 17:09:50 +02:00
include("WreathProd-tests.jl")
2017-01-23 16:53:33 +01:00
end