2014-09-04 04:52:43 -07:00
|
|
|
# -*- 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/.
|
|
|
|
|
2015-05-28 12:27:23 -07:00
|
|
|
WEB_PLATFORM_TESTS_MANIFESTS += [
|
|
|
|
('meta/MANIFEST.json', 'tests/'),
|
|
|
|
('mozilla/meta/MANIFEST.json', 'mozilla/tests/')
|
|
|
|
]
|
|
|
|
|
2014-11-20 08:30:00 -08:00
|
|
|
TEST_HARNESS_FILES['web-platform'] += [
|
|
|
|
'harness/**',
|
|
|
|
'outbound/**',
|
|
|
|
'runtests.py',
|
|
|
|
'wptrunner.ini'
|
|
|
|
]
|
2015-01-10 02:42:44 -08:00
|
|
|
|
|
|
|
TEST_HARNESS_FILES['web-platform'].certs = [
|
|
|
|
'certs/cacert.pem',
|
|
|
|
'certs/web-platform.test.key',
|
|
|
|
'certs/web-platform.test.pem',
|
|
|
|
]
|