1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 10:55:33 +02:00
Groups.jl/test/runtests.jl

10 lines
191 B
Julia
Raw Normal View History

using Groups
using Base.Test
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