gecko-dev/testing/runtimes/moz.build
Andrew Halberstadt c120e0225f Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher
--HG--
extra : rebase_source : 6edb677b4ea50a769ab6d14f508a449af3baada5
2015-03-11 16:05:36 -04:00

10 lines
397 B
Python

# -*- 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/.
TEST_HARNESS_FILES.testing.mochitest.runtimes += [
'**/mochitest-*.runtimes.json',
]