diff options
author | David Lamparter <equinox@diac24.net> | 2020-03-29 10:18:22 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-03-29 10:45:46 +0200 |
commit | a64f931ebadccffed73c027ae021a673bc3c7e0d (patch) | |
tree | 745e3e816118b4514b2a827cd0bf030f6c4d5a5f | |
parent | tests: use printfrr-based printf() (diff) | |
download | frr-a64f931ebadccffed73c027ae021a673bc3c7e0d.tar.xz frr-a64f931ebadccffed73c027ae021a673bc3c7e0d.zip |
tests: fix clippy dependencies
Fixes straight "make check" without "make" first.
Signed-off-by: David Lamparter <equinox@diac24.net>
-rw-r--r-- | tests/subdir.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |