2014-12-12 11:12:27 -08: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/.
|
|
|
|
|
|
|
|
UNIFIED_SOURCES += [
|
2015-01-02 13:55:27 -08:00
|
|
|
'TestCRT.cpp',
|
|
|
|
'TestEncoding.cpp',
|
|
|
|
'TestExpirationTracker.cpp',
|
2014-12-12 11:12:27 -08:00
|
|
|
'TestSnappyStreams.cpp',
|
2015-01-02 13:55:27 -08:00
|
|
|
'TestStrings.cpp',
|
2014-12-12 11:12:27 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
FINAL_LIBRARY = 'xul-gtest'
|
|
|
|
|
|
|
|
FAIL_ON_WARNINGS = True
|