Skip to content

Commit 63bb3bb

Browse files
committed
wrap tests in module BlackBoxOptimTests ... end
could improve type inference for top-level objects and allow running tests using `reload()`
1 parent 18befcb commit 63bb3bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module BlackBoxOptimTests
2+
13
include("helper.jl")
24

35
import Compat.String
@@ -43,3 +45,5 @@ for t in my_tests
4345
end
4446

4547
exitstatus()
48+
49+
end # module BlackBoxOptimTests

0 commit comments

Comments
 (0)