Skip to content

Commit

Permalink
WIP: diagnose segfault on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 8, 2023
1 parent f495d97 commit 5958fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
module TestMOIWrapper

using Test
using MathOptInterface
import Cbc

const MOI = MathOptInterface
import Cbc
import MathOptInterface as MOI

function runtests()
for name in names(@__MODULE__; all = true)
if startswith("$(name)", "test_")
@testset "$(name)" begin
@show name
getfield(@__MODULE__, name)()
end
end
Expand Down

0 comments on commit 5958fe3

Please sign in to comment.