diff --git a/test/demos.jl b/test/demos.jl index a365488..0c795c5 100644 --- a/test/demos.jl +++ b/test/demos.jl @@ -62,6 +62,7 @@ function test_example(layout, graph_name, tol=0.05; kwargs...) end @testset "$layout Demos" for layout in (Zarate(),) + test_example(layout, :tiny_depgraph) test_example(layout, :cross) test_example(layout, :loop) test_example(layout, :medium_pert) diff --git a/test/references/Zarate/direct/tiny_depgraph.png b/test/references/Zarate/direct/tiny_depgraph.png new file mode 100644 index 0000000..50d2322 Binary files /dev/null and b/test/references/Zarate/direct/tiny_depgraph.png differ diff --git a/test/references/Zarate/paths/tiny_depgraph.png b/test/references/Zarate/paths/tiny_depgraph.png new file mode 100644 index 0000000..85f8ece Binary files /dev/null and b/test/references/Zarate/paths/tiny_depgraph.png differ