]> granicus.if.org Git - graphviz/commit
remove `make check` Python targets
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 1 Sep 2021 02:53:57 +0000 (19:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Sep 2021 17:58:34 +0000 (10:58 -0700)
commit6c74a1766c706eda78554a6c3182601364babd40
tree304c00e52f63a054674dcb7c948cdbfc6272d99e
parent306917b6c971fbce7ca7826fdace2d4faa982fff
remove `make check` Python targets

The current Graphviz test suite is orchestrated via Pytest and assumes it is
dealing with an installed Graphviz (e.g. headers and libraries available in
expected locations). The legacy Autotools check targets gave the incorrect
impression that this was the current test suite and it was expected to pass. It
has not been possible to run these legacy test scripts for a long time.

This commit removes the legacy testing pieces to avoid future confusion. In
future it may be useful to plumb the current Pytest test suite to the Autotools
post-install test targets (`make installcheck`).

Closes #2112.
CHANGELOG.md
rtest/Makefile.am
tests/regression_tests/installation/Makefile.am
tests/regression_tests/shapes/Makefile.am
tests/regression_tests/vuln/Makefile.am