mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
e19330e579
Any function with a name in the form "verify_graph_FOO" will be available as a graph verification option (with the property name "FOO"). The signature is "verify_graph_FOO(edges, vertices, edge_vertices)", where edge_vertices is the set of vertices found on the edges, while vertices is the set of vertices given to verify_graph (or a copy of edge_vertices if no such set was given). This makes it easier to add new tests without making the function too unwieldy. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
examples | ||
samba | ||
samba_external | ||
modules.c | ||
modules.h | ||
pyglue.c | ||
uuidmodule.c | ||
wscript_build |