From: Alan T. DeKok Date: Tue, 30 Aug 2022 19:24:12 +0000 (-0400) Subject: add help target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe3df75b62c5c17c85f2f97b04275b471b77929;p=thirdparty%2Ffreeradius-server.git add help target --- diff --git a/src/tests/keywords/all.mk b/src/tests/keywords/all.mk index 10303f3684d..b3737bfc430 100644 --- a/src/tests/keywords/all.mk +++ b/src/tests/keywords/all.mk @@ -37,6 +37,8 @@ $(eval $(call TEST_BOOTSTRAP)) define KEYWORD_TEST test.keywords.${1}: $(addprefix $(OUTPUT)/,${1}) +test.keywords.help: TEST_KEYWORDS_HELP += test.keywords.${1} + # # Migration support. Some of the tests don't run under the new # conditions, so we don't run them under the new conditions. @@ -132,3 +134,6 @@ $(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_module | $(KEYWORD_RADDB) $(KEYW $(TEST): @touch $(BUILD_DIR)/tests/$@ + +$(TEST).help: + @echo make $(TEST_KEYWORDS_HELP)