mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 08:28:52 -06:00
Initial version
This commit is contained in:
9
test/runtests.jl
Normal file
9
test/runtests.jl
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (C) 2020 Argonne National Laboratory
|
||||
# Written by Alinson Santos Xavier <axavier@anl.gov>
|
||||
|
||||
using Test
|
||||
|
||||
@testset "ReverseManufacturing" begin
|
||||
include("instance_test.jl")
|
||||
include("model_test.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user