From cf0ffa16a1e2b6638977b107965b2c69d70475fe Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 5 Apr 2021 12:08:42 -0400 Subject: [PATCH] add rule for: make test.unit.condition --- src/tests/unit/all.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index f9d344abde..f3e31ee6e0 100644 --- a/src/tests/unit/all.mk +++ b/src/tests/unit/all.mk @@ -50,6 +50,9 @@ test.unit.${1}: $(addprefix $(OUTPUT)/,$(filter protocols/${1}/%.txt,$(FILES))) endef $(foreach x,$(PROTOCOLS),$(eval $(call UNIT_TEST_PROTOCOLS,$x))) +# This is useful, too +test.unit.condition: $(addprefix $(OUTPUT)/,$(filter condition/%.txt,$(FILES))) $(BUILD_DIR)/lib/libfreeradius-server.la + #export ASAN_SYMBOLIZER_PATH=$(shell which llvm-symbolizer) #export ASAN_OPTIONS=malloc_context_size=50 detect_leaks=1 symbolize=1 #export LSAN_OPTIONS=print_suppressions=0 fast_unwind_on_malloc=0 -- 2.47.2