Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 726 Bytes

manifest.mn

File metadata and controls

29 lines (24 loc) · 726 Bytes
 
1
2
3
4
5
6
7
8
9
10
# -*- makefile -*-
# 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/.
CORE_DEPTH = ../..
DEPTH = ../..
MODULE = nss
CPPSRCS = \
util_utf8_unittest.cc \
Mar 17, 2017
Mar 17, 2017
11
util_b64_unittest.cc \
May 3, 2017
May 3, 2017
12
util_pkcs11uri_unittest.cc \
13
14
15
$(NULL)
INCLUDES += \
Oct 27, 2016
Oct 27, 2016
16
17
-I$(CORE_DEPTH)/gtests/google_test/gtest/include \
-I$(CORE_DEPTH)/gtests/common \
Feb 10, 2017
Feb 10, 2017
18
-I$(CORE_DEPTH)/cpputil \
19
20
21
22
23
$(NULL)
REQUIRES = nspr gtest
PROGRAM = util_gtest
May 18, 2016
May 18, 2016
24
25
26
27
EXTRA_LIBS = \
$(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)nssutil.$(LIB_SUFFIX) \
Jun 1, 2017
Jun 1, 2017
28
$(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX) \