michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: SIMPLETEST_FILES = LogController.js \ michael@0: SimpleTest.js \ michael@0: test.css \ michael@0: TestRunner.js \ michael@0: MemoryStats.js \ michael@0: setup.js \ michael@0: EventUtils.js \ michael@0: ChromeUtils.js \ michael@0: WindowSnapshot.js \ michael@0: MockObjects.js \ michael@0: NativeKeyCodes.js \ michael@0: paint_listener.js \ michael@0: iframe-between-tests.html \ michael@0: $(DEPTH)/testing/specialpowers/content/MozillaLogger.js \ michael@0: $(DEPTH)/docshell/test/chrome/docshell_helpers.js \ michael@0: $(NULL) michael@0: SIMPLETEST_DEST = $(DEPTH)/_tests/$(relativesrcdir) michael@0: INSTALL_TARGETS += SIMPLETEST