From 602aa3ab5cd651762830907ad7bc652905306943 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Wed, 4 Dec 2013 14:06:15 +1300 Subject: [PATCH] Bug 945091. Part 2: Reference MathML tests from mathml/moz.build. r=glandium --- layout/mathml/moz.build | 4 ++++ layout/moz.build | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/layout/mathml/moz.build b/layout/mathml/moz.build index afa21fc1062..b24f2922ffd 100644 --- a/layout/mathml/moz.build +++ b/layout/mathml/moz.build @@ -42,3 +42,7 @@ LOCAL_INCLUDES += [ '/content/mathml/content/src', ] +if CONFIG['ENABLE_TESTS']: + PARALLEL_DIRS += [ + 'tests', + ] diff --git a/layout/moz.build b/layout/moz.build index d6320017b64..b087271b471 100644 --- a/layout/moz.build +++ b/layout/moz.build @@ -27,7 +27,6 @@ if CONFIG['MOZ_XUL']: if CONFIG['ENABLE_TESTS']: PARALLEL_DIRS += [ - 'mathml/tests', 'xul/test', 'xul/base/test', ]