Bug 856247 - Disable TestStartupCache on B2G desktop builds. r=mhommey, f=fabrice

This commit is contained in:
Ryan VanderMeulen 2013-04-04 11:47:13 -04:00
parent 703ccbdd54
commit 3bbb3b536a

View File

@ -4,7 +4,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/.
TEST_TOOL_DIRS += ['test']
if not CONFIG['MOZ_B2G']:
TEST_TOOL_DIRS += ['test']
XPIDL_SOURCES += [
'nsIStartupCache.idl',