1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-11-19 06:30:29 +01:00

uncomment FreeGroup-tests.jl

This commit is contained in:
kalmar 2017-05-15 17:30:38 +02:00
parent ab16d05b94
commit 40fb5566d7

View File

@ -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