Groups.jl/test/runtests.jl

13 lines
230 B
Julia
Raw Normal View History

2018-09-21 18:08:44 +02:00
using Test
2018-07-30 08:30:27 +02:00
using AbstractAlgebra
using Groups
2018-09-21 18:08:44 +02:00
using LinearAlgebra
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")
2019-01-02 15:55:37 +01:00
include("DirectPower-tests.jl")
2017-07-23 17:09:50 +02:00
include("WreathProd-tests.jl")
2017-01-23 16:53:33 +01:00
end