moz.build (586B)
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2 # vim: set filetype=python: 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 MOCHITEST_MANIFESTS += [ 8 "mochitest.toml", 9 ] 10 11 XPCSHELL_TESTS_MANIFESTS += [ 12 "xpcshell.toml", 13 ] 14 15 TESTING_JS_MODULES.dom.fs.test.common += [ 16 "nsresult.js", 17 "test_basics.js", 18 "test_fileSystemDirectoryHandle.js", 19 "test_syncAccessHandle.js", 20 "test_writableFileStream.js", 21 ]