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

This commit is contained in:
Robert O'Callahan 2013-12-04 14:06:15 +13:00
parent ae14b92cc6
commit 602aa3ab5c
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',
]