summaryrefslogtreecommitdiffstats
path: root/tests/ospf6d
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-15 11:17:36 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-15 11:21:07 +0200
commit279f5e09340fbc1f9c15112360da59eacba4eb28 (patch)
tree6fe7b758180c4c7c2725c797b36b985d567ca958 /tests/ospf6d
parentMerge pull request #978 from devicenull/master (diff)
downloadfrr-279f5e09340fbc1f9c15112360da59eacba4eb28.tar.xz
frr-279f5e09340fbc1f9c15112360da59eacba4eb28.zip
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>
Diffstat (limited to 'tests/ospf6d')
-rw-r--r--tests/ospf6d/test_lsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ospf6d/test_lsdb.c b/tests/ospf6d/test_lsdb.c
index 310c4a732..633e88e76 100644
--- a/tests/ospf6d/test_lsdb.c
+++ b/tests/ospf6d/test_lsdb.c
@@ -29,7 +29,7 @@
#include "ospf6d/ospf6_lsdb.h"
#include "tests/lib/cli/common_cli.h"
-#include "tests/ospf6d/test_lsdb_clippy.c"
+#include "ospf6d/test_lsdb_clippy.c"
static struct ospf6_lsdb *lsdb;