From 9f95dc6a6ed92983ed430d4507a396f30a9d8aed Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 24 Oct 2020 20:17:45 -0700 Subject: [PATCH] add others to the CI tool check that do not need fine grained exceptions Related to #1851. --- ci/tests.py | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ci/tests.py b/ci/tests.py index 8e4119c03..a7895a2a9 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -11,9 +11,49 @@ import subprocess import os @pytest.mark.parametrize('binary', [ + '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_existence(binary: str): ''' -- 2.40.0