moz.build (851B)
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2 # vim: set filetype=python: 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 UNIFIED_SOURCES += [ 8 "TestBidi.cpp", 9 "TestCalendar.cpp", 10 "TestCollator.cpp", 11 "TestCurrency.cpp", 12 "TestDateIntervalFormat.cpp", 13 "TestDateTimeFormat.cpp", 14 "TestDisplayNames.cpp", 15 "TestListFormat.cpp", 16 "TestLocale.cpp", 17 "TestLocaleCanonicalizer.cpp", 18 "TestMeasureUnit.cpp", 19 "TestNumberFormat.cpp", 20 "TestNumberingSystem.cpp", 21 "TestNumberParser.cpp", 22 "TestPluralRules.cpp", 23 "TestRelativeTimeFormat.cpp", 24 "TestScript.cpp", 25 "TestString.cpp", 26 "TestTimeZone.cpp", 27 ] 28 29 FINAL_LIBRARY = "xul-gtest"