1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-27 04:30:53 +02:00
Groups.jl/test/runtests.jl

31 lines
538 B
Julia

using Test
using Groups
using PermutationGroups
import Logging
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