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 e18b7c2 commit 72103ddCopy full SHA for 72103dd
test/setup.jl
@@ -5,7 +5,7 @@ using SPIRV_LLVM_Translator_unified_jll, SPIRV_Tools_jll
5
# include all helpers
6
include(joinpath(@__DIR__, "helpers", "runtime.jl"))
7
for file in readdir(joinpath(@__DIR__, "helpers"))
8
- if file != "runtime.jl"
+ if endswith(file, ".jl") && file != "runtime.jl"
9
include(joinpath(@__DIR__, "helpers", file))
10
end
11
0 commit comments