Skip to content

Commit 51441d2

Browse files
committed
fix test path
1 parent 0b78c19 commit 51441d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tests = [
66
println("Running tests:")
77

88
for t in tests
9-
test_fn = joinpath("test", "$t.jl")
9+
test_fn = "$t.jl"
1010
println(" * $test_fn")
1111
include(test_fn)
1212
end

0 commit comments

Comments
 (0)