Bug 1042903 - declare jsdownloads's xpcshell data in manifests; r=glandium

This commit is contained in:
Nathan Froyd 2014-07-23 15:40:45 -04:00
Родитель 76bdb9472c
Коммит 4211fc3f7d
4 изменённых файлов: 7 добавлений и 18 удалений

Просмотреть файл

@ -6,6 +6,4 @@
DIRS += ['public', 'src']
TEST_DIRS += ['test/data']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/data/xpcshell.ini', 'test/unit/xpcshell.ini']

Просмотреть файл

@ -1,9 +0,0 @@
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
TEST_FILES = \
empty.txt \
source.txt \
$(NULL)
TEST_DEST = $(DEPTH)/_tests/xpcshell/$(relativesrcdir)
INSTALL_TARGETS += TEST

Просмотреть файл

@ -1,6 +0,0 @@
# -*- 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/.

Просмотреть файл

@ -0,0 +1,6 @@
[DEFAULT]
support-files =
empty.txt
source.txt
# No tests, just data.