2012-05-21 11:12:37 +00: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/.
|
2007-05-30 21:52:47 +00:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
2010-08-26 21:47:28 +00:00
|
|
|
relativesrcdir = chrome/test
|
2007-05-30 21:52:47 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = test_chrome
|
|
|
|
|
|
|
|
XPCSHELL_TESTS = unit \
|
|
|
|
$(NULL)
|
2010-06-30 22:53:51 +00:00
|
|
|
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
|
|
|
ifneq ($(OS_ARCH),Darwin)
|
2010-03-11 05:33:00 +00:00
|
|
|
XPCSHELL_TESTS += unit_ipc
|
|
|
|
endif
|
2007-05-30 21:52:47 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|