manifest.mn (699B)
1 # 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 CORE_DEPTH = ../.. 6 DEPTH = ../.. 7 MODULE = nss 8 9 CPPSRCS = \ 10 der_getint_unittest.cc \ 11 der_quickder_unittest.cc \ 12 p12_import_unittest.cc \ 13 $(NULL) 14 15 INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \ 16 -I$(CORE_DEPTH)/gtests/common \ 17 -I$(CORE_DEPTH)/cpputil 18 19 REQUIRES = nspr gtest 20 21 PROGRAM = der_gtest 22 23 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) $(EXTRA_OBJS) \ 24 $(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX)