manifest.mn (638B)
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 certhigh_unittest.cc \ 11 $(NULL) 12 13 INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \ 14 -I$(CORE_DEPTH)/gtests/common \ 15 -I$(CORE_DEPTH)/cpputil 16 17 REQUIRES = nspr gtest 18 19 PROGRAM = certhigh_gtest 20 21 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) $(EXTRA_OBJS) \ 22 $(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX)