Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 23, 2024
1 parent 1259b49 commit 01b272f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ problems = ["BROWNDEN", "HS5", "HS6", "HS10", "HS11", "HS13", "HS14"]

# test sifdecoder
for pb in problems
println("--- $pb ---")
for precision in (:single, :double, :quadruple)
print("$precision ")
sifdecoder(pb, precision = precision)
println("")
end
println()
end

include("test_core.jl")
Expand Down

0 comments on commit 01b272f

Please sign in to comment.