'acyclic',
'bcomps',
'ccomps',
+ 'circo',
+ 'cluster',
'diffimg',
'dijkstra',
'dot',
+ 'dot2gxl',
+ 'dot_builtins',
'dotty',
'edgepaint',
+ 'fdp',
'gc',
'gml2gv',
'graphml2gv',
'gv2gml',
+ 'gv2gxl',
'gvcolor',
+ 'gvedit',
'gvgen',
'gvmap',
+ 'gvmap.sh',
'gvpack',
'gvpr',
+ 'gxl2dot',
'gxl2gv',
'lefty',
'lneato',
'mingle',
'mm2gv',
+ 'neato',
'nop',
+ 'osage',
+ 'patchwork',
'prune',
'sccmap',
+ 'sfdp',
'smyrna',
'tred',
+ 'twopi',
'unflatten',
+ 'vimdot',
])
def test_tools(tool):
tools_not_built_with_cmake = [
+ 'circo',
+ 'cluster',
'diffimg',
+ 'dot2gxl',
+ 'dot_builtins',
'dotty',
'edgepaint',
+ 'fdp',
'gc',
'gv2gml',
+ 'gv2gxl',
+ 'gvedit',
'gvmap',
+ 'gvmap.sh',
'gvpr',
+ 'gxl2dot',
'lefty',
'lneato',
'mingle',
+ 'neato',
+ 'osage',
+ 'patchwork',
'prune',
+ 'sfdp',
'smyrna',
+ 'twopi',
+ 'vimdot',
]
os_id = os.getenv('OS_ID')