mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:56:40 +00:00
build: adjust silent make rules in tests
Purely aesthetic change to make these rules not stick out like a sore thumb. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
5b21845971
commit
5863f58933
@ -139,8 +139,8 @@ check_PROGRAMS += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
tests/lib/cli/test_commands_defun.c: vtysh/vtysh_cmd.c
|
tests/lib/cli/test_commands_defun.c: vtysh/vtysh_cmd.c
|
||||||
mkdir -p tests/lib/cli
|
@mkdir -p tests/lib/cli
|
||||||
sed \
|
$(AM_V_GEN)sed \
|
||||||
-e 's%"vtysh/vtysh\.h"%"tests/helpers/c/tests.h"%' \
|
-e 's%"vtysh/vtysh\.h"%"tests/helpers/c/tests.h"%' \
|
||||||
-e 's/vtysh_init_cmd/test_init_cmd/' \
|
-e 's/vtysh_init_cmd/test_init_cmd/' \
|
||||||
-e 's/VTYSH_[A-Z][A-Z_0-9]*/0/g' \
|
-e 's/VTYSH_[A-Z][A-Z_0-9]*/0/g' \
|
||||||
@ -149,8 +149,8 @@ tests/lib/cli/test_commands_defun.c: vtysh/vtysh_cmd.c
|
|||||||
CLEANFILES += tests/lib/cli/test_commands_defun.c
|
CLEANFILES += tests/lib/cli/test_commands_defun.c
|
||||||
|
|
||||||
tests/isisd/test_fuzz_isis_tlv_tests.h: $(top_srcdir)/tests/isisd/test_fuzz_isis_tlv_tests.h.gz
|
tests/isisd/test_fuzz_isis_tlv_tests.h: $(top_srcdir)/tests/isisd/test_fuzz_isis_tlv_tests.h.gz
|
||||||
mkdir -p tests/isisd
|
@mkdir -p tests/isisd
|
||||||
gzip -d < $(top_srcdir)/tests/isisd/test_fuzz_isis_tlv_tests.h.gz > "$@"
|
$(AM_V_GEN)gzip -d < $(top_srcdir)/tests/isisd/test_fuzz_isis_tlv_tests.h.gz > "$@"
|
||||||
CLEANFILES += tests/isisd/test_fuzz_isis_tlv_tests.h
|
CLEANFILES += tests/isisd/test_fuzz_isis_tlv_tests.h
|
||||||
|
|
||||||
tests/isisd/tests_isisd_test_fuzz_isis_tlv-test_fuzz_isis_tlv.$(OBJEXT): \
|
tests/isisd/tests_isisd_test_fuzz_isis_tlv-test_fuzz_isis_tlv.$(OBJEXT): \
|
||||||
|
Loading…
Reference in New Issue
Block a user