#! gmake
java.lang.NullPointerException # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
######################################################################java.lang.NullPointerException # (1) Include initial platform-independent assignments (MANDATORY). java.lang.NullPointerException ######################################################################java.lang.NullPointerException
include manifest.mn
######################################################################java.lang.NullPointerException # (2) Include "global" configuration information. (OPTIONAL) java.lang.NullPointerException ######################################################################java.lang.NullPointerException
include $(CORE_DEPTH)/coreconf/config.mk
######################################################################java.lang.NullPointerException # (3) Include "component" configuration information. (OPTIONAL) java.lang.NullPointerException ######################################################################java.lang.NullPointerException
######################################################################java.lang.NullPointerException # (4) Include "local" platform-dependent assignments (OPTIONAL). java.lang.NullPointerException ######################################################################java.lang.NullPointerException
include ../common/gtest.mk
CFLAGS += -I$(CORE_DEPTH)/lib/ssl
ifdef NSS_DISABLE_TLS_1_3
NSS_DISABLE_TLS_1_3=1 # Run parameterized tests only, for which we can easily exclude TLS 1.3
CPPSRCS := $(filter-out $(shell grep -l '^TEST_F' $(CPPSRCS)), $(CPPSRCS))
CFLAGS += -DNSS_DISABLE_TLS_1_3
endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.