Groups.jl/test/runtests.jl

10 lines
152 B
Julia

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