mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Bug 974069 - Add manifest for running emulator-jb mochitests, r=ted
This commit is contained in:
parent
01668a340c
commit
29327d860a
8
testing/mochitest/manifests/Makefile.in
Normal file
8
testing/mochitest/manifests/Makefile.in
Normal file
@ -0,0 +1,8 @@
|
||||
# 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/.
|
||||
|
||||
STATIC_FILES = emulator-jb.ini \
|
||||
$(NULL)
|
||||
STATIC_DEST = $(DEPTH)/_tests/$(relativesrcdir)
|
||||
INSTALL_TARGETS += STATIC
|
1
testing/mochitest/manifests/emulator-jb.ini
Normal file
1
testing/mochitest/manifests/emulator-jb.ini
Normal file
@ -0,0 +1 @@
|
||||
[include:../tests/content/media/test/mochitest.ini]
|
5
testing/mochitest/manifests/moz.build
Normal file
5
testing/mochitest/manifests/moz.build
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# 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/.
|
@ -5,6 +5,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DIRS += [
|
||||
'manifests',
|
||||
'MochiKit',
|
||||
'static',
|
||||
'dynamic',
|
||||
|
Loading…
x
Reference in New Issue
Block a user