Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 29, 2024
1 parent 6d88af7 commit 9058da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ println("Optimizer version: $(Xpress.get_version())")
"xprs_callbacks",
"Derivative",
]
@testset "$(file)" for file in readdir(folder)
include(joinpath(folder, file))
@testset "$(file)" for file in readdir(joinpath(@__DIR__, folder))
include(joinpath(@__DIR__, folder, file))
end
end

Expand Down

0 comments on commit 9058da0

Please sign in to comment.