]> granicus.if.org Git - graphviz/commit
support receiving C compiler flags in the test suite from the environment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 15 Apr 2021 04:07:09 +0000 (21:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:49:01 +0000 (16:49 -0700)
commitd3fc03b9f5969f7e1c6d0c9154066e41e31e9366
tree0165ccf278a0e1bc6b8b0e519856d2ebbb24374f
parentcd132cd318acbf1bb81d2aff573f300d99a5d24c
support receiving C compiler flags in the test suite from the environment

The environment variables CFLAGS and LDFLAGS now also effect the flags used with
the C compiler in the test suite, in addition to the build system. Related to
#1881.
rtest/gvtest.py