зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
719 B
Makefile
23 строки
719 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/.
|
|
|
|
LOCAL_INCLUDES += \
|
|
-I$(topsrcdir)/dom/indexedDB \
|
|
-I$(topsrcdir)/content/events/src \
|
|
$(NULL)
|
|
|
|
MOCHITEST_FILES = test_ipc.html
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
xpcshell_tests = unit
|
|
|
|
# Copy all the normal xpcshell tests from the regular unit directory.
|
|
copy-xpcshell-tests:
|
|
$(call install_cmd,$(wildcard $(topsrcdir)/dom/indexedDB/test/unit/test_*.js) \
|
|
$(testxpcobjdir)/$(relativesrcdir)/$(xpcshell_tests))
|
|
|
|
libs-xpcshell-tests: copy-xpcshell-tests
|