Source: tests/pdense/detail/factor_UUT.cpp
12 #include <myramath/pdense/detail/factoruut.h> 17 #include <tests/myratest.h> 21 ADD_TEST(
"factor_UUT",
"[pdense][jobgraph]")
24 typedef pdense::detail::factoruut::JobGraphBase Graph;
26 REQUIRE( verify(graph) );
28 graphviz(graph,
"graph.dot");
Given a JobGraph G, verifies it has valid topology.
Given a JobGraph, produces a .dot file for visualization with graphviz.
Results: [PASS]
Go back to Summary of /test programs.