diff --git a/test/runtests.jl b/test/runtests.jl index 7ab990a0..76e2a395 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,5 @@ +module BlackBoxOptimTests + include("helper.jl") import Compat.String @@ -43,3 +45,5 @@ for t in my_tests end exitstatus() + +end # module BlackBoxOptimTests