1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-11-19 14:35:28 +01:00

move tests for AutFn

This commit is contained in:
Marek Kaluba 2021-06-10 12:54:27 +02:00
parent 2992244a24
commit 37241e5b25
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ using LinearAlgebra
include("free_groups.jl") include("free_groups.jl")
include("fp_groups.jl") include("fp_groups.jl")
include("automorphisms.jl")
include("AutFn.jl")
include("benchmarks.jl") include("benchmarks.jl")
end end
end end