Bug 945091. Part 2: Reference MathML tests from mathml/moz.build. r=glandium

--HG--
extra : rebase_source : 2c0878281384afe52f2444d2da7561b0256ea618
This commit is contained in:
Robert O'Callahan 2013-12-04 14:06:15 +13:00
parent 8b79ea263f
commit 85f2e2644f
2 changed files with 4 additions and 1 deletions

View File

@ -42,3 +42,7 @@ LOCAL_INCLUDES += [
'/content/mathml/content/src',
]
if CONFIG['ENABLE_TESTS']:
PARALLEL_DIRS += [
'tests',
]

View File

@ -27,7 +27,6 @@ if CONFIG['MOZ_XUL']:
if CONFIG['ENABLE_TESTS']:
PARALLEL_DIRS += [
'mathml/tests',
'xul/test',
'xul/base/test',
]