Groups.jl/test/runtests.jl

10 lines
154 B
Julia
Raw Normal View History

using Groups
using Base.Test
# write your own tests here
2017-01-23 16:53:33 +01:00
2017-05-11 18:30:23 +02:00
@testset "Groups" begin
2017-05-15 10:12:46 +02:00
# include("FreeGroup-tests.jl")
include("AutGroup-tests.jl")
2017-01-23 16:53:33 +01:00
end