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
2017-07-23 17:09:50 +02:00

12 lines
220 B
Julia

using Groups
using Base.Test
# write your own tests here
@testset "Groups" begin
include("FreeGroup-tests.jl")
include("AutGroup-tests.jl")
include("DirectProd-tests.jl")
include("WreathProd-tests.jl")
end