We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18befcb commit 63bb3bbCopy full SHA for 63bb3bb
1 file changed
test/runtests.jl
@@ -1,3 +1,5 @@
1
+module BlackBoxOptimTests
2
+
3
include("helper.jl")
4
5
import Compat.String
@@ -43,3 +45,5 @@ for t in my_tests
43
45
end
44
46
47
exitstatus()
48
49
+end # module BlackBoxOptimTests
0 commit comments