Skip to content

Commit 7484893

Browse files
authored
Fix running the tests from other locations (#81)
1 parent bc8751f commit 7484893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function runtests()
2121
return
2222
end
2323

24-
for file in readdir("examples")
24+
for file in readdir(joinpath(@__DIR__, "examples"))
2525
include(joinpath(@__DIR__, "examples", file))
2626
end
2727

0 commit comments

Comments
 (0)