Skip to content

Commit

Permalink
wrap tests in module BlackBoxOptimTests ... end
Browse files Browse the repository at this point in the history
could improve type inference for top-level objects and allow
running tests using `reload()`
  • Loading branch information
alyst committed Sep 21, 2016
1 parent 18befcb commit 63bb3bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module BlackBoxOptimTests

include("helper.jl")

import Compat.String
Expand Down Expand Up @@ -43,3 +45,5 @@ for t in my_tests
end

exitstatus()

end # module BlackBoxOptimTests

0 comments on commit 63bb3bb

Please sign in to comment.