]> granicus.if.org Git - graphviz/commitdiff
add others to the CI tool check that do not need fine grained exceptions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Oct 2020 03:17:45 +0000 (20:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 27 Oct 2020 00:19:51 +0000 (17:19 -0700)
Related to #1851.

ci/tests.py

index 8e4119c03d09c6b63aeaaf19ad0d070e3729488f..a7895a2a9b9b00d298eece2a380afd58377450d5 100644 (file)
@@ -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):
   '''