From a64f931ebadccffed73c027ae021a673bc3c7e0d Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 29 Mar 2020 10:18:22 +0200 Subject: [PATCH] tests: fix clippy dependencies Fixes straight "make check" without "make" first. Signed-off-by: David Lamparter --- tests/subdir.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/subdir.am b/tests/subdir.am index d87d34894..bce08c403 100644 --- a/tests/subdir.am +++ b/tests/subdir.am @@ -38,8 +38,11 @@ else TESTS_OSPF6D = endif +tests/lib/cli/test_cli_clippy.c: $(CLIPPY_DEPS) tests/lib/cli/tests_lib_cli_test_cli-test_cli.$(OBJEXT): tests/lib/cli/test_cli_clippy.c tests/lib/cli/test_cli-test_cli.$(OBJEXT): tests/lib/cli/test_cli_clippy.c + +tests/ospf6d/test_lsdb_clippy.c: $(CLIPPY_DEPS) tests/ospf6d/tests_ospf6d_test_lsdb-test_lsdb.$(OBJEXT): tests/ospf6d/test_lsdb_clippy.c tests/ospf6d/test_lsdb-test_lsdb.$(OBJEXT): tests/ospf6d/test_lsdb_clippy.c -- 2.39.5