Bug 485736 - Add (TUnit) 'xpcshell-tests' |make| target, using |runxpcshelltests.py| new '--manifest' option; (Bv1a-CC) Add target; r=bugspam.Callek
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,17 +43,17 @@ include $(DEPTH)/config/autoconf.mk
default::
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
include $(topsrcdir)/config/config.mk
default export libs clean realclean distclean alldep maybe_clobber_profiledbuild rebase uploadsymbols signnss deliver \
-check reftest crashtest mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y::
+check mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y reftest crashtest xpcshell-tests::
$(MAKE) -C mozilla $@
# http://bugzilla.mozilla.org/show_bug.cgi?id=450485
MAKE_SYM_STORE_PATH=dist/bin
ifeq ($(OS_ARCH),Darwin)
ifdef UNIVERSAL_BINARY
MAKE_SYM_STORE_PATH=dist/universal
endif