]> granicus.if.org Git - graphviz/commitdiff
Add all tools built with autotools on Ubuntu 18.04 to tools test
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 26 Sep 2020 08:07:08 +0000 (10:07 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 2 Oct 2020 12:50:35 +0000 (14:50 +0200)
rtest/test_tools.py

index 4ec073c214c079bd194b4cb752771a14d42636a7..c3ed37e3ba9c6054818409c9ec7198a071c712e1 100644 (file)
@@ -8,47 +8,77 @@ import subprocess
     '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')