1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00
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