From c33c2cffc96292346f10e73792d9560c30e7bead Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Mon, 2 Dec 2024 17:11:42 +0100 Subject: [PATCH] MT#59962 Makefile.defs: add TEST_ENVIRONMENT variable Add by default to `no`, if not defined otherwise. Change-Id: Ie69b1d99b5ce932830905b0ef03329177c802051 --- Makefile.defs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.defs b/Makefile.defs index 5d239cc1..95e9815c 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -87,6 +87,11 @@ exclude_core_modules = g729 silk # USE_MONITORING=no +# are we compiling for the test environment? +# if so, then this will exclude a list of applications +# which require a linkage with remote unvisible to us libraries. +TEST_ENVIRONMENT ?= no + # Support for long debug messages? (useful for debugging SIP messages' contents) # # disable for slight performance gain