Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit fdaca9e

Browse files
committed
"
1 parent f0251a2 commit fdaca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Base: isapprox
44
@time @safetestset "Basic Operators Interface" begin include("basic_operators_interface.jl") end
55
@time @safetestset "Robin Boundary Condition Operators" begin include("robin.jl") end
66
@time @safetestset "JacVec Operators Interface" begin include("jacvec_operators.jl") end
7-
@time @safetestset "Validate BridgeBC and its constructors" begin include("bridge_bc.jl") end
87
@time @safetestset "Composite Operators Interface" begin include("composite_operators_interface.jl") end
98
@time @safetestset "BC and Coefficient Compositions" begin include("bc_coeff_compositions.jl") end
109
@time @safetestset "Derivative Operators Interface" begin include("derivative_operators_interface.jl") end
@@ -17,3 +16,4 @@ import Base: isapprox
1716
@time @safetestset "Matrix-Free Operators" begin include("matrixfree.jl") end
1817
@time @safetestset "Convolutions" begin include("convolutions.jl") end
1918
@time @safetestset "Differentiation Dimension" begin include("differentiation_dimension.jl") end
19+

0 commit comments

Comments
 (0)