]> granicus.if.org Git - graphviz/commit
run_c: check return code of compiled program before returning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Jan 2022 01:05:58 +0000 (17:05 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 20:57:25 +0000 (12:57 -0800)
commita590f875d57be1155ad16c37127eb263a80172b2
treed7adf640816c6a2004e452bceb3e7f3e3be8a60e
parent0be189b224b511e22d51f979f9457c652c43ace4
run_c: check return code of compiled program before returning

Every call to `run_c` was immediately checking that the compiled program
succeeded. So by moving the check inside `run_c` itself we can write more
concise test cases.
rtest/gvtest.py
rtest/test_examples.py
rtest/test_itos.py
rtest/test_regression.py
rtest/test_sprint.py
rtest/test_vmalloc.py