Skip to content

Commit

Permalink
Bug 1070709 - Collapse test-only moz.build files under editor/ into a…
Browse files Browse the repository at this point in the history
…ncestor moz.build files. r=mshal
  • Loading branch information
poiru committed Sep 26, 2014
1 parent 6eb3e94 commit c820fc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
4 changes: 3 additions & 1 deletion editor/composer/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# 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/.

TEST_DIRS += ['test']
MOCHITEST_MANIFESTS += ['test/mochitest.ini']

MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']

XPIDL_SOURCES += [
'nsIEditingSession.idl',
Expand Down
10 changes: 0 additions & 10 deletions editor/composer/test/moz.build

This file was deleted.

7 changes: 6 additions & 1 deletion editor/libeditor/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
# 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/.

TEST_DIRS += ['tests']
MOCHITEST_MANIFESTS += [
'tests/browserscope/mochitest.ini',
'tests/mochitest.ini',
]

MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']

UNIFIED_SOURCES += [
'ChangeAttributeTxn.cpp',
Expand Down
11 changes: 0 additions & 11 deletions editor/libeditor/tests/moz.build

This file was deleted.

0 comments on commit c820fc3

Please sign in to comment.