Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps

This commit is contained in:
L. David Baron 2015-04-20 23:10:40 -07:00
parent ed5102497c
commit 52da8c2c4c
2 changed files with 14 additions and 7 deletions

View File

@ -19,6 +19,7 @@ DIRS += [
'mathml',
'inspector',
'tools/recording',
'reftests',
]
if CONFIG['NS_PRINTING']:
@ -33,11 +34,4 @@ DIRS += ['build', 'media']
if CONFIG['MOZ_DEBUG']:
TEST_DIRS += ['tools/layout-debug']
MOCHITEST_MANIFESTS += [
'reftests/fonts/math/mochitest.ini',
'reftests/fonts/mochitest.ini',
'reftests/fonts/mplus/mochitest.ini'
]
REFTEST_MANIFESTS += ['reftests/reftest.list']
CRASHTEST_MANIFESTS += ['../testing/crashtest/crashtests.list']

13
layout/reftests/moz.build Normal file
View File

@ -0,0 +1,13 @@
# -*- 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/.
MOCHITEST_MANIFESTS += [
'fonts/math/mochitest.ini',
'fonts/mochitest.ini',
'fonts/mplus/mochitest.ini'
]
REFTEST_MANIFESTS += ['reftest.list']