Skip to content

Commit

Permalink
Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r…
Browse files Browse the repository at this point in the history
…=gps
  • Loading branch information
dbaron committed Apr 21, 2015
1 parent 0007f88 commit 55d067f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 1 addition & 7 deletions layout/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DIRS += [
'mathml',
'inspector',
'tools/recording',
'reftests',
]

if CONFIG['NS_PRINTING']:
Expand All @@ -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 changes: 13 additions & 0 deletions layout/reftests/moz.build
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 55d067f

Please sign in to comment.