1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-11-05 11:10:28 +01:00
Groups.jl/test/runtests.jl
2022-04-03 16:59:14 +02:00

28 lines
498 B
Julia

using Test
using Groups
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