gecko/browser/components/privatebrowsing/test/Makefile.in
Ehsan Akhgari dfb705afd1 Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm
--HG--
extra : rebase_source : 6c6bf39bd514ce8391b67dd362daa8e65eb0c54b
2012-10-09 16:46:53 -04:00

28 lines
768 B
Makefile

# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = test_privatebrowsing
# Most xpcshell PB tests use the global PB service, which means that we should
# not attempt to run them in regular builds. We should look at the list and
# decide which ones of them should be ported to the browser/perwindow suite
# in the future.
ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
XPCSHELL_TESTS = unit
endif
DIRS += browser \
$(NULL)
include $(topsrcdir)/config/rules.mk