From 7db3b18fecdebc4c2e4bde3407a26d7f16f4a85f Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 26 Sep 2020 10:07:08 +0200 Subject: [PATCH] Add all tools built with autotools on Ubuntu 18.04 to tools test --- rtest/test_tools.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/rtest/test_tools.py b/rtest/test_tools.py index 4ec073c21..c3ed37e3b 100644 --- a/rtest/test_tools.py +++ b/rtest/test_tools.py @@ -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') -- 2.50.1