Skip to content

Commit

Permalink
Mads windows test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 20, 2024
1 parent e4c43f1 commit fabe2c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MadsTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ function test(testname::AbstractString=""; madstest::Bool=true, plotting::Bool=t
d = Mads.dir
@info("Testing Mads in $d")
end
if Sys.iswindows()
Mads.fixlinks(joinpath(d, "examples"); test=false)
end
if testname == ""
madstest && include(joinpath(d, "test", "runtests.jl"))
@info("Mads modules testing:")
Expand Down

0 comments on commit fabe2c5

Please sign in to comment.