mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +00:00
Bug 908142 - Part c: Move FAIL_ON_WARNINGS to moz.build in xpcom/tests/; r=gps
This commit is contained in:
parent
788668d2c2
commit
438d706d94
@ -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 (?)
|
||||
|
@ -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',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user