]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix clippy include paths / double-build
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Aug 2017 09:17:36 +0000 (11:17 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Aug 2017 09:21:07 +0000 (11:21 +0200)
commit279f5e09340fbc1f9c15112360da59eacba4eb28
tree6fe7b758180c4c7c2725c797b36b985d567ca958
parent865f5bb8cb3baa2c8df576c6cd0af3d489e97b5f
tests: fix clippy include paths / double-build

A mismatch between the make rule and the include path causes dependency
tracking to try to build the clippy.c file twice (at the same time),
which results in spurious build failures.

Fixes: #971
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/lib/cli/test_cli.c
tests/ospf6d/test_lsdb.c