toolkit/components/telemetry/Makefile.in
author Margareta Eliza Balazs <ebalazs@mozilla.com>
Fri, 18 Jan 2019 11:40:07 +0200 (2019-01-18)
changeset 454414 3aa256c255f664c500714c34a3b9e353e545d196
parent 284046 51029f4d82d3dcb3ca3aa8cab60bf1ed29152846
child 556846 29797013b81effde797778399abcdeb65e5740b3
permissions -rw-r--r--
Merge inbound to mozilla-central. a=merge
#
# 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/.

include $(topsrcdir)/config/rules.mk

# This is so hacky. Waiting on bug 988938.
addondir = $(srcdir)/tests/addons
testdir = $(topobjdir)/_tests/xpcshell/toolkit/components/telemetry/tests/unit

misc:: $(call mkdir_deps,$(testdir))
	$(EXIT_ON_ERROR) \
	for dir in $(addondir)/*; do \
	  base=`basename $$dir`; \
	  (cd $$dir && zip -qr $(testdir)/$$base.xpi *); \
	done