]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add help target
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 Aug 2022 19:24:12 +0000 (15:24 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 30 Aug 2022 19:24:12 +0000 (15:24 -0400)
src/tests/keywords/all.mk

index 10303f3684d0e8251ecb89ab3c9b7985b52a29c9..b3737bfc430bc171f41efe15ce98a2b5e914d0fc 100644 (file)
@@ -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)