From: Magnus Jacobsson Date: Sun, 15 Nov 2020 15:14:41 +0000 (+0100) Subject: Remove circo, fdp, neato, osage, patchwork, sfdp & twopi from tools_not_built_with_cmake X-Git-Tag: 2.46.0~9^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2328e5af5253f163053e68f9f4fcfff175c971e;p=graphviz Remove circo, fdp, neato, osage, patchwork, sfdp & twopi from tools_not_built_with_cmake --- diff --git a/ci/tests.py b/ci/tests.py index 93f7c4578..c54f60a18 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -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', ]