diff --git a/test/automorphisms.jl b/test/AutFn.jl similarity index 100% rename from test/automorphisms.jl rename to test/AutFn.jl diff --git a/test/runtests.jl b/test/runtests.jl index 49e864d..d9ffe03 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -33,7 +33,8 @@ using LinearAlgebra include("free_groups.jl") include("fp_groups.jl") - include("automorphisms.jl") + + include("AutFn.jl") include("benchmarks.jl") end end