2012-06-01 10:21:12 -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-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-06-01 10:21:12 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2012-06-01 10:21:12 -07:00
|
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(topsrcdir)/dom/indexedDB \
|
|
|
|
-I$(topsrcdir)/content/events/src \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-08-07 09:11:04 -07:00
|
|
|
MOCHITEST_FILES = test_ipc.html
|
2012-07-14 04:24:20 -07:00
|
|
|
|
2012-06-01 10:21:12 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 05:28:43 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2012-07-14 04:24:20 -07:00
|
|
|
|
2013-04-29 11:49:00 -07:00
|
|
|
xpcshell_tests = unit
|
|
|
|
|
2012-07-14 04:24:20 -07:00
|
|
|
# Copy all the normal xpcshell tests from the regular unit directory.
|
|
|
|
copy-xpcshell-tests:
|
2012-07-24 06:28:51 -07:00
|
|
|
$(call install_cmd,$(wildcard $(topsrcdir)/dom/indexedDB/test/unit/test_*.js) \
|
2013-04-29 11:49:00 -07:00
|
|
|
$(testxpcobjdir)/$(relativesrcdir)/$(xpcshell_tests))
|
2012-07-14 04:24:20 -07:00
|
|
|
|
2012-08-07 00:06:29 -07:00
|
|
|
libs-xpcshell-tests: copy-xpcshell-tests
|