Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 18, 2022
1 parent 2f49790 commit b2c8373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const GROUP = get(ENV, "GROUP", "All")
const is_APPVEYOR = ( Sys.iswindows() && haskey(ENV,"APPVEYOR") )

@time begin
@time @safetestset "NLsolve.jl" begin include("nlsolve.jl") end
@time @safetestset "NLsolve.jl" begin include("autodiff.jl") end
@time @safetestset "NLsolve.jl" begin include("finite_difference.jl") end
@time @safetestset "NLsolve.jl Basic" begin include("nlsolve.jl") end
@time @safetestset "NLsolve.jl Autodiff" begin include("autodiff.jl") end
@time @safetestset "NLsolve.jl FiniteDiff" begin include("finite_difference.jl") end
end

0 comments on commit b2c8373

Please sign in to comment.