mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 00:28:50 -06:00
10 lines
231 B
Julia
10 lines
231 B
Julia
# Copyright (C) 2020 Argonne National Laboratory
|
|
# Written by Alinson Santos Xavier <axavier@anl.gov>
|
|
|
|
using Test
|
|
|
|
@testset "RELOG" begin
|
|
include("instance_test.jl")
|
|
include("graph_test.jl")
|
|
include("model_test.jl")
|
|
end |