mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps
This commit is contained in:
parent
ed5102497c
commit
52da8c2c4c
@ -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
13
layout/reftests/moz.build
Normal 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']
|
Loading…
Reference in New Issue
Block a user