]> granicus.if.org Git - graphviz/commit
echo C compiler commands in the test suite
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 16 Apr 2021 00:29:57 +0000 (17:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:49:01 +0000 (16:49 -0700)
commit2faa8c5cb834d4785f31ddbfc049cb7c53eb2578
tree338cf07049f0565787907a246ec54d4598fb0391
parent6d459e9fedd9bda1601d81b3f95dd7ced4f75ffe
echo C compiler commands in the test suite

If a test compiles and/or runs C code and that test fails, included in the test
suite output will now be the commands themselves that were run, echoed in the
style of Bash’s set -x.
rtest/gvtest.py