From: Alan T. DeKok Date: Tue, 11 Jul 2023 16:28:10 +0000 (-0400) Subject: add support for test.process.dhcpv4, etc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e961cc05b78dc425fb17476b6edd5b9e7cf26493;p=thirdparty%2Ffreeradius-server.git add support for test.process.dhcpv4, etc --- diff --git a/src/tests/process/all.mk b/src/tests/process/all.mk index 52439beabf2..f7eb12900b1 100644 --- a/src/tests/process/all.mk +++ b/src/tests/process/all.mk @@ -46,6 +46,8 @@ endif # For sheer laziness, allow "make test.process.foo" # define PROCESS_TEST +test.process.$(patsubst %/,%,$(dir ${1})) : $(addprefix $(OUTPUT)/,${1}) + test.process.${1}: $(addprefix $(OUTPUT)/,${1}) test.process.help: TEST_PROCESS_HELP += test.process.${1}