From 4037975f6cf23b34816cc5ab461407c00894801d Mon Sep 17 00:00:00 2001 From: Arthur Edelstein Date: Wed, 27 Aug 2014 16:25:00 -0700 Subject: [PATCH] Bug 12620: TorBrowser regression tests folder --- tbb-tests/mochitest.ini | 2 ++ tbb-tests/moz.build | 10 ++++++++++ toolkit/toolkit.mozbuild | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tbb-tests/mochitest.ini create mode 100644 tbb-tests/moz.build diff --git a/tbb-tests/mochitest.ini b/tbb-tests/mochitest.ini new file mode 100644 index 0000000000000..124e988890f3a --- /dev/null +++ b/tbb-tests/mochitest.ini @@ -0,0 +1,2 @@ +[DEFAULT] + diff --git a/tbb-tests/moz.build b/tbb-tests/moz.build new file mode 100644 index 0000000000000..083740106886a --- /dev/null +++ b/tbb-tests/moz.build @@ -0,0 +1,10 @@ +# -*- 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' ] + diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index 99de2b0437fc7..6023d6323289b 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -97,7 +97,8 @@ if CONFIG['MOZ_WEBRTC'] and CONFIG['COMPILE_ENVIRONMENT']: ] if CONFIG['ENABLE_TESTS']: - DIRS += ['/testing/specialpowers'] + DIRS += ['/testing/specialpowers', + '/tbb-tests'] DIRS += [ '/testing/gtest', -- GitLab