Bug 1239373 - Infrastructure for Marionette xpcshell unit tests; r=automatedtester

This commit is contained in:
Andreas Tolfsen 2016-01-18 18:38:08 +00:00
parent 92baa0f0e7
commit dc1aaade80
2 changed files with 11 additions and 4 deletions

View File

@ -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"]

View 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]