Skip to content
Snippets Groups Projects
Commit 81bfa319 authored by Andrew Halberstadt's avatar Andrew Halberstadt
Browse files

Bug 1003417 - Include testing/mozbase/moz.build from root moz.build file, r=ted

By including the mozbase's moz.build directly in the root moz.build, we are making sure that
mozbase unittests will be found even if there is no build/objdir. This will be useful when
running mozbase tests in their own taskcluster task.

MozReview-Commit-ID: DqqY09I3JBC

--HG--
extra : rebase_source : 46c2386e3a6fc2106f8277fde1363e4c28457d0f
parent bc8f0035
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ DIRS += [
'config',
'python',
'taskcluster',
'testing/mozbase',
]
if not CONFIG['JS_STANDALONE']:
......
......@@ -176,7 +176,6 @@ if CONFIG['ENABLE_TESTS']:
'/testing/tools/minidumpwriter',
'/testing/tools/screenshot',
'/testing/profiles',
'/testing/mozbase',
'/testing/modules',
'/testing/runtimes',
'/testing/web-platform',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment