blob: ca4f64cb6e892f15fb76f14c9f55579d81610cf8 [file] [log] [blame]
# -*- 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/.
XPCSHELL_TESTS_MANIFESTS += ['bar/xpcshell.ini', 'foo/xpcshell.ini']
XPCSHELL_TESTS_MANIFESTS += ['tans/xpcshell.ini']
if CONFIG['DISABLED_VAR']:
XPCSHELL_TESTS_MANIFESTS += ['disabled_var/xpcshell.ini']
if not CONFIG['DISABLED_VAR']:
XPCSHELL_TESTS_MANIFESTS += ['enabled_var/xpcshell.ini']