]> granicus.if.org Git - graphviz/commit
add new simple test_engines test
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 5 Jul 2022 17:22:31 +0000 (19:22 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 25 Jul 2022 18:24:05 +0000 (20:24 +0200)
commit3354346a7336f5b25d71ec509a45c13fde7fbbce
tree809bea923d9ea1b6b91d6e210d4f5ce20c1e50ea
parentf23dcc9f9195746c90d3cf957192351578f2f8e6
add new simple test_engines test

Upcoming commits in this series will make changes to gvFreeLayout and
we want to ensure that those changes don't introduce any memory leaks
when run with ASan, since gvFreeLayout calls layout-specific cleanup
functions.

This test is run in CI with ASan leak detection enabled. It currently
fails because of a memory leak in the osage layout.

Towards https://gitlab.com/graphviz/graphviz/-/issues/1800.
tests/CMakeLists.txt
tests/test_engines.cpp [new file with mode: 0644]