2006-09-06 01:50:54 +04:00
|
|
|
# vim: set shiftwidth=8 tabstop=8 autoindent noexpandtab copyindent:
|
2012-05-21 15:12:37 +04: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/.
|
2006-09-06 01:50:54 +04:00
|
|
|
|
2009-02-12 16:49:53 +03:00
|
|
|
_DEST_DIR = $(DEPTH)/_tests/reftest
|
|
|
|
|
2014-03-29 07:13:25 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
# We're installing to _tests/reftest
|
|
|
|
TARGET_DEPTH = ../..
|
|
|
|
include $(topsrcdir)/build/automation-build.mk
|
|
|
|
|
2009-02-12 16:49:53 +03:00
|
|
|
# copy harness and the reftest extension bits to $(_DEST_DIR)
|
2014-12-16 09:07:01 +03:00
|
|
|
# This needs to happen after jar.mn handling from rules.mk included above.
|
|
|
|
# The order of the :: rules ensures that.
|
2016-04-18 17:36:07 +03:00
|
|
|
libs::
|
2009-02-12 16:49:53 +03:00
|
|
|
(cd $(DIST)/xpi-stage && tar $(TAR_CREATE_FLAGS) - reftest) | (cd $(_DEST_DIR) && tar -xf -)
|