1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-03 12:50:35 +02:00
Groups.jl/test/runtests.jl

29 lines
522 B
Julia

using Test
using Groups
using PermutationGroups
import KnuthBendix: Word
using GroupsCore
include(joinpath(pathof(GroupsCore), "..", "..", "test", "conformance_test.jl"))
@testset "Groups" begin
include("free_groups.jl")
include("fp_groups.jl")
include("matrix_groups.jl")
include("AutFn.jl")
include("homomorphisms.jl")
include("AutSigma_41.jl")
include("AutSigma3.jl")
include("group_constructions.jl")
# if !haskey(ENV, "CI")
# include("benchmarks.jl")
# end
end