diff options
author | David Lamparter <equinox@diac24.net> | 2018-08-16 00:26:39 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:26:54 +0200 |
commit | a1286a3245d638fe9c56339642a7e1fbf183c946 (patch) | |
tree | 75fb880af707cb14db9b6d96ba6f95b7e3b46eee /tests/ospf6d | |
parent | build: non-recursive vtysh (diff) | |
download | frr-a1286a3245d638fe9c56339642a7e1fbf183c946.tar.xz frr-a1286a3245d638fe9c56339642a7e1fbf183c946.zip |
build: non-recursive tests
May SUBDIRS rest in pieces... er, peace.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/ospf6d')
-rw-r--r-- | tests/ospf6d/test_lsdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ospf6d/test_lsdb.c b/tests/ospf6d/test_lsdb.c index ec0835c71..24821febe 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 "ospf6d/test_lsdb_clippy.c" +#include "tests/ospf6d/test_lsdb_clippy.c" static struct ospf6_lsdb *lsdb; |