# 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/. SOURCES += [ "CertificateCompressionTest.cpp", "CoseTest.cpp", "DeserializeCertTest.cpp", "HMACTest.cpp", "MD4Test.cpp", "NSSBenchTest.cpp", "OCSPCacheTest.cpp", "TLSIntoleranceTest.cpp", ] if CONFIG["NIGHTLY_BUILD"] and not CONFIG["MOZ_NO_SMART_CARDS"]: SOURCES += [ "UtilityPKCS11ModuleTest.cpp", ] LOCAL_INCLUDES += [ "/security/certverifier", "/security/manager/ssl", "/third_party/rust/cose-c/include", ] include("/ipc/chromium/chromium-config.mozbuild") FINAL_LIBRARY = "xul-gtest"