2023-06-22 17:24:35 +02:00
|
|
|
using MetagraphOptimization
|
|
|
|
using Test
|
|
|
|
|
2023-08-17 18:46:57 +02:00
|
|
|
@testset "MetagraphOptimization Tests" begin
|
2023-08-23 12:51:25 +02:00
|
|
|
include("unit_tests_utility.jl")
|
|
|
|
include("unit_tests_tasks.jl")
|
|
|
|
include("unit_tests_nodes.jl")
|
|
|
|
include("node_reduction.jl")
|
|
|
|
include("unit_tests_graph.jl")
|
2023-06-22 17:24:35 +02:00
|
|
|
|
2023-08-23 12:51:25 +02:00
|
|
|
include("known_graphs.jl")
|
2023-08-17 18:46:57 +02:00
|
|
|
end
|