https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ca7bb560322fee1bccacd30012a2779713f88987 authored by ffxbld on 08 December 2015, 17:58:22 UTC
Added FIREFOX_43_0_RELEASE FIREFOX_43_0_BUILD1 tag(s) for changeset fc05d86dc310. DONTBUILD CLOSED TREE a=release
Tip revision: ca7bb56
Makefile.in
#
# 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/.

unittestlocation = xpcom/tests/unit

MANIFEST = testcomponent.manifest
MANIFEST_PATH = $(testxpcobjdir)/$(unittestlocation)
PP_TARGETS += MANIFEST

LIB_FILES = $(SHARED_LIBRARY)
LIB_DEST = $(testxpcobjdir)/$(unittestlocation)
INSTALL_TARGETS += LIB
back to top