We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8751f commit 7484893Copy full SHA for 7484893
test/runtests.jl
@@ -21,7 +21,7 @@ function runtests()
21
return
22
end
23
24
-for file in readdir("examples")
+for file in readdir(joinpath(@__DIR__, "examples"))
25
include(joinpath(@__DIR__, "examples", file))
26
27
0 commit comments