Bug 908142 - Part c: Move FAIL_ON_WARNINGS to moz.build in xpcom/tests/; r=gps

This commit is contained in:
Ms2ger 2013-10-20 09:25:19 +02:00
parent bfd2d90f89
commit 20a321f0b5
2 changed files with 2 additions and 4 deletions

View File

@ -2,12 +2,8 @@
# 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/.
FAIL_ON_WARNINGS = 1
VPATH += $(topsrcdir)/build
include $(topsrcdir)/config/config.mk
LIBS += $(XPCOM_LIBS)
# Needed to resolve __yylex (?)

View File

@ -17,6 +17,8 @@ if CONFIG['OS_ARCH'] == 'WINNT':
if CONFIG['DEHYDRA_PATH']:
TEST_TOOL_DIRS += ['static-checker']
FAIL_ON_WARNINGS = True
EXPORTS.testing += [
'TestHarness.h',
]