Skip to content

Commit

Permalink
[distributed] test distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed May 2, 2024
1 parent ee6d641 commit b0daae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Distributed cutter (`cut()`) using `GridapDistributed` and `PartitionedArrays` since [#28](https://github.com/gridap/STLCutters.jl/pull/28).



## [0.2.0] - 2024-02-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using Test
@testset "CutFacets" begin include("CutFacetsTests.jl") end
@testset "DistanceFunctions" begin include("DistanceFunctionsTests.jl") end

@testset "Distributed" begin include("DistributedTests/CutterTests.jl") end
@testset "Distributed" begin include("DistributedTests/runtests.jl") end

include(joinpath(@__DIR__,"..","examples","runexamples.jl"))

Expand Down

0 comments on commit b0daae9

Please sign in to comment.