From e48b06f6c4ee5c70df371074b146d5eb3824807c Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Thu, 10 Jun 2021 12:54:27 +0200 Subject: [PATCH] move tests for AutFn --- test/{automorphisms.jl => AutFn.jl} | 0 test/runtests.jl | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename test/{automorphisms.jl => AutFn.jl} (100%) 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