diff --git a/test/runtests.jl b/test/runtests.jl index e12d633..336260f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,6 +4,6 @@ using Base.Test # write your own tests here @testset "Groups" begin - # include("FreeGroup-tests.jl") + include("FreeGroup-tests.jl") include("AutGroup-tests.jl") end