Skip to content

Commit

Permalink
don't wrap everythin in one testset
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Aug 4, 2016
1 parent 1831ec6 commit 24a0d5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ using StatsBase # for fit(Histogram, ...)

@everywhere srand(1234 + myid())

@testset "DArray tests" begin
include("darray.jl")
end
include("darray.jl")

0 comments on commit 24a0d5e

Please sign in to comment.