moz.build 565 B

123456789101112131415161718192021
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. SOURCES += [
  6. 'CTLogVerifierTest.cpp',
  7. 'CTObjectsExtractorTest.cpp',
  8. 'CTSerializationTest.cpp',
  9. 'CTTestUtils.cpp',
  10. 'MultiLogCTVerifierTest.cpp',
  11. ]
  12. LOCAL_INCLUDES += [
  13. '/security/certverifier',
  14. '/security/pkix/include',
  15. '/security/pkix/lib',
  16. ]
  17. FINAL_LIBRARY = 'xul-gtest'