michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] michael@0: michael@0: # Tests disabled because they dont work in libxul builds. michael@0: #MOZILLA_INTERNAL_API = True michael@0: # michael@0: #CPP_SOURCES += [ michael@0: # 'TestUConv.cpp', michael@0: # 'nsconv.cpp', michael@0: # 'plattest.cpp', michael@0: #] michael@0: # michael@0: #if CONFIG['OS_ARCH'] == 'WINNT': michael@0: # CPP_SOURCES += [ michael@0: # 'convperf.cpp', michael@0: # ] michael@0: # michael@0: #SIMPLE_PROGRAMS += [source.replace('.cpp', CONFIG['BIN_SUFFIX']), CPP_SOURCES] michael@0: michael@0: MOCHITEST_MANIFESTS += ['mochitest.ini'] michael@0: