2012-05-21 04:12:37 -07: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/.
|
2012-02-24 13:29:42 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-02-24 13:29:42 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2012-02-24 13:29:42 -08:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2013-04-29 11:49:00 -07:00
|
|
|
DISABLED_XPCSHELL_TESTS = \
|
2012-02-24 13:29:42 -08:00
|
|
|
unit \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
TESTROOT = $(call core_abspath,$(DEPTH))/_tests/xpcshell/$(relativesrcdir)
|
|
|
|
|
|
|
|
DEFINES += -DBIN_SUFFIX=$(BIN_SUFFIX)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
libs:: unit/head_libmar.js.in
|
|
|
|
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py -Fsubstitution $(DEFINES) $(ACDEFINES) $^ > $(TESTROOT)/unit/head_libmar.js
|
|
|
|
|
|
|
|
ifneq ($(OS_TARGET),Android)
|
|
|
|
ifndef MOZ_PROFILE_GENERATE
|
|
|
|
libs::
|
|
|
|
$(INSTALL) ../tool/signmar$(BIN_SUFFIX) $(TESTROOT)/unit
|
|
|
|
$(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nss3$(DLL_SUFFIX) $(TESTROOT)/unit
|
2013-03-16 23:53:39 -07:00
|
|
|
ifndef MOZ_FOLD_LIBS
|
2012-02-24 13:29:42 -08:00
|
|
|
$(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nssutil3$(DLL_SUFFIX) $(TESTROOT)/unit
|
|
|
|
$(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plc4$(DLL_SUFFIX) $(TESTROOT)/unit
|
|
|
|
$(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nspr4$(DLL_SUFFIX) $(TESTROOT)/unit
|
|
|
|
$(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plds4$(DLL_SUFFIX) $(TESTROOT)/unit
|
|
|
|
endif
|
2013-03-16 23:53:39 -07:00
|
|
|
endif
|
2012-02-24 13:29:42 -08:00
|
|
|
endif # Not Android
|