]> git.ipfire.org Git - thirdparty/lldpd.git/commit
tests: disable leak sanitizer for unittests
authorVincent Bernat <vincent@bernat.im>
Thu, 17 Mar 2016 23:46:37 +0000 (00:46 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 18 Mar 2016 18:34:54 +0000 (19:34 +0100)
commitb55bba2fc1853d56c2b2bccef00c0237d22e1b3a
treea13ed58fd2e7f34a4915329806f86030b0c6fb97
parentabced782d1967bc5f96715ead58223723c66707d
tests: disable leak sanitizer for unittests

Unittests will leak because it's not easy to cleanup after them. We
still want other sanitizer checks.
tests/common.c