]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
none of the keyword tests use rlm_cache
authorAlan T. DeKok <aland@freeradius.org>
Wed, 20 Jan 2021 13:39:26 +0000 (08:39 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 Jan 2021 16:30:55 +0000 (11:30 -0500)
src/tests/keywords/all.mk

index 046c22983351733738f7d12c4318e70d7a620834..884193221f24831cf1984ed0603053e13ce35b56 100644 (file)
@@ -62,7 +62,7 @@ $(OUTPUT)/enabled.mk: src/tests/keywords/unit_test_module.conf | $(OUTPUT)
 -include $(OUTPUT)/enabled.mk
 
 KEYWORD_RADDB  := $(addprefix raddb/mods-enabled/,$(KEYWORD_MODULES))
-KEYWORD_LIBS   := $(addsuffix .la,$(addprefix rlm_,$(KEYWORD_MODULES))) rlm_cache.la rlm_csv.la
+KEYWORD_LIBS   := $(addsuffix .la,$(addprefix rlm_,$(KEYWORD_MODULES))) rlm_csv.la
 
 #
 #  Files in the output dir depend on the unit tests
@@ -80,7 +80,7 @@ KEYWORD_LIBS  := $(addsuffix .la,$(addprefix rlm_,$(KEYWORD_MODULES))) rlm_cache.
 #  Otherwise, check the log file for a parse error which matches the
 #  ERROR line in the input.
 #
-$(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_module | $(KEYWORD_RADDB) $(KEYWORD_LIBS) build.raddb rlm_cache_rbtree.la rlm_test.la rlm_csv.la rlm_unpack.la
+$(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_module | $(KEYWORD_RADDB) $(KEYWORD_LIBS) build.raddb rlm_test.la rlm_csv.la rlm_unpack.la
        @echo "KEYWORD-TEST $(notdir $@)"
        ${Q}cp $(if $(wildcard $<.attrs),$<.attrs,$(dir $<)/default-input.attrs) $@.attrs
        ${Q}if ! KEYWORD=$(notdir $@) $(TEST_BIN)/unit_test_module -D share/dictionary -d src/tests/keywords/ -i "$@.attrs" -f "$@.attrs" -r "$@" -xx > "$@.log" 2>&1 || ! test -f "$@"; then \