diff --git a/test/runtests.jl b/test/runtests.jl index ea4fac7c..ece451f8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ using Test include("test_init.jl") -include("atmos_config.jl") +include("test_atmos_config.jl") diff --git a/test/atmos_config.jl b/test/test_atmos_config.jl similarity index 100% rename from test/atmos_config.jl rename to test/test_atmos_config.jl