Commit c7d35c36 authored by Arthur Edelstein's avatar Arthur Edelstein Committed by Georg Koppen
Browse files

Bug #12620: TorBrowser regression tests folder

parent 5fb49c8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
[DEFAULT]

tbb-tests/moz.build

0 → 100644
+10 −0
Original line number Diff line number Diff line
# -*- 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/.

MOCHITEST_MANIFESTS += ['mochitest.ini']

#BROWSER_CHROME_MANIFESTS += [ 'browser.ini' ]
+2 −1
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@ if CONFIG['MOZ_OMX_PLUGIN']:
    ]

if CONFIG['ENABLE_TESTS']:
    DIRS += ['/testing/specialpowers']
    DIRS += ['/testing/specialpowers',
             '/tbb-tests']

DIRS += [
    '/testing/gtest',