2018-01-19 03:59:58 +08:00
|
|
|
#
|
|
|
|
|
# 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 = \
|
|
|
|
|
der_getint_unittest.cc \
|
2018-02-06 11:46:26 +01:00
|
|
|
der_quickder_unittest.cc \
|
2018-06-09 15:11:22 +03:00
|
|
|
p12_import_unittest.cc \
|
2018-01-19 03:59:58 +08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
|
2018-02-06 11:46:26 +01:00
|
|
|
-I$(CORE_DEPTH)/gtests/common \
|
|
|
|
|
-I$(CORE_DEPTH)/cpputil
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2018-02-06 11:46:26 +01:00
|
|
|
REQUIRES = nspr gtest
|
2018-01-19 03:59:58 +08:00
|
|
|
|
|
|
|
|
PROGRAM = der_gtest
|
|
|
|
|
|
|
|
|
|
EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) $(EXTRA_OBJS) \
|
2018-02-06 11:46:26 +01:00
|
|
|
$(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX)
|