]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add support for test.process.dhcpv4, etc
authorAlan T. DeKok <aland@freeradius.org>
Tue, 11 Jul 2023 16:28:10 +0000 (12:28 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 11 Jul 2023 16:30:26 +0000 (12:30 -0400)
src/tests/process/all.mk

index 52439beabf24442ef74370aa8a8981d190df948d..f7eb12900b1b095332381580303106fe2cfe3bdf 100644 (file)
@@ -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}