modified the tests for LMP and AELMP

This commit is contained in:
Jun He
2023-03-08 13:35:33 -05:00
parent 415732f0ec
commit bc3aee38f8
9 changed files with 98 additions and 0 deletions

View File

@@ -39,4 +39,8 @@ FIXTURES = "$(@__DIR__)/fixtures"
@testset "validation" begin
include("validation/repair_test.jl")
end
@testset "lmp" begin
include("lmp/lmp_test.jl")
include("lmp/aelmp_test.jl")
end
end