2013-04-23 21:55:46 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
|
|
|
|
2013-12-07 16:50:44 +04:00
|
|
|
UNIFIED_SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'TestFileUtils.cpp',
|
2013-12-07 16:50:44 +04:00
|
|
|
'TestGCPostBarriers.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
]
|
2013-06-17 23:21:01 +04:00
|
|
|
|
2013-10-20 11:25:19 +04:00
|
|
|
LOCAL_INCLUDES = [
|
|
|
|
'../..',
|
|
|
|
]
|
|
|
|
|
2014-04-18 02:10:43 +04:00
|
|
|
FAIL_ON_WARNINGS = True
|
|
|
|
|
2014-03-31 15:21:38 +04:00
|
|
|
FINAL_LIBRARY = 'xul-gtest'
|