Skip to content

Commit 184086f

Browse files
committed
update runtests
1 parent 71e32a8 commit 184086f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ end
6363
end
6464
end
6565
if GROUP == "ALL" || GROUP == "UTILITY"
66+
@time @safetestset "LocalOperator" begin
67+
include("utility/localoperator.jl")
68+
end
6669
@time @safetestset "SVD wrapper" begin
6770
include("utility/svd_wrapper.jl")
6871
end

0 commit comments

Comments
 (0)