1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-09 00:03:51 +02:00
Groups.jl/test/runtests.jl

11 lines
213 B
Julia

using Base.Test
using AbstractAlgebra
using Groups
@testset "Groups" begin
include("FreeGroup-tests.jl")
include("AutGroup-tests.jl")
include("DirectProd-tests.jl")
include("WreathProd-tests.jl")
end