mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1239373 - Infrastructure for Marionette xpcshell unit tests; r=automatedtester
--HG-- extra : rebase_source : d091633ce34f4847967f2eb517a96d06091179ee
This commit is contained in:
parent
0322615ac1
commit
4e0b40e6fa
@ -1,9 +1,8 @@
|
||||
# -*- 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/.
|
||||
|
||||
DIRS += ['components', 'atoms']
|
||||
DIRS += ["components", "atoms"]
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
JAR_MANIFESTS += ["jar.mn"]
|
||||
XPCSHELL_TESTS_MANIFESTS += ["unit.ini"]
|
||||
|
8
testing/marionette/unit.ini
Normal file
8
testing/marionette/unit.ini
Normal file
@ -0,0 +1,8 @@
|
||||
# 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 unit tests for Marionette
|
||||
|
||||
[test_error.js]
|
||||
[test_message.js]
|
Loading…
Reference in New Issue
Block a user