We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4ec9c commit c22256cCopy full SHA for c22256c
NDTensors/test/runtests.jl
@@ -7,7 +7,7 @@ using SafeTestsets: @safetestset
7
filenames = filter(readdir(@__DIR__)) do f
8
startswith("test_")(f) && endswith(".jl")(f)
9
end
10
- for dir in ["lib", "ext"]
+ for dir in ["lib"]
11
push!(filenames, joinpath(dir, "runtests.jl"))
12
13
@testset "Test $(@__DIR__)/$filename" for filename in filenames
0 commit comments