]> granicus.if.org Git - graphviz/commitdiff
Remove circo, fdp, neato, osage, patchwork, sfdp & twopi from tools_not_built_with_cmake
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 15 Nov 2020 15:14:41 +0000 (16:14 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 29 Nov 2020 18:57:09 +0000 (19:57 +0100)
ci/tests.py

index 93f7c4578f84eac08456256eb276d56b98f216b8..c54f60a18603e5f00a9e1487b4d464cabe41787f 100644 (file)
@@ -61,14 +61,12 @@ def test_existence(binary: str):
   '''
 
   tools_not_built_with_cmake = [
-    'circo',
     'cluster',
     'diffimg',
     'dot2gxl',
     'dot_builtins',
     'dotty',
     'edgepaint',
-    'fdp',
     'gv2gml',
     'gv2gxl',
     'gvedit',
@@ -79,13 +77,8 @@ def test_existence(binary: str):
     'lefty',
     'lneato',
     'mingle',
-    'neato',
-    'osage',
-    'patchwork',
     'prune',
-    'sfdp',
     'smyrna',
-    'twopi',
     'vimdot',
   ]