Move input text files

This commit is contained in:
2023-08-23 13:38:02 +02:00
parent 92f59110ed
commit e44ef77ba4
13 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@ using Random
function test_known_graph(name::String, n, fusion_test=true)
@testset "Test $name Graph ($n)" begin
graph = parse_abc(joinpath(@__DIR__, "..", "examples", "$name.txt"))
graph = parse_abc(joinpath(@__DIR__, "..", "input", "$name.txt"))
props = graph_properties(graph)
if (fusion_test)