Skip to content

Commit

Permalink
Update setup.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Feb 3, 2025
1 parent fc616d0 commit d12adaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ using SPIRV_LLVM_Translator_unified_jll, SPIRV_Tools_jll
# include all helpers
include(joinpath(@__DIR__, "helpers", "runtime.jl"))
for file in readdir(joinpath(@__DIR__, "helpers"))
if endswith(file, ".cov")
continue
end
if file != "runtime.jl"
if endswith(file, ".jl") && file != "runtime.jl"
include(joinpath(@__DIR__, "helpers", file))
end
end
Expand Down

0 comments on commit d12adaa

Please sign in to comment.