# # ***** BEGIN LICENSE BLOCK ***** # Version: MPL 1.1/GPL 2.0/LGPL 2.1 # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is mozilla.org code. # # The Initial Developer of the Original Code is Mozilla. # Portions created by the Initial Developer are Copyright (C) 2007 # the Initial Developer. All Rights Reserved. # # Contributor(s): # Justin Dolske # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"), # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), # in which case the provisions of the GPL or the LGPL are applicable instead # of those above. If you wish to allow use of your version of this file only # under the terms of either the GPL or the LGPL, and not to allow others to # use your version of this file under the terms of the MPL, indicate your # decision by deleting the provisions above and replace them with the notice # and other provisions required by the GPL or the LGPL. If you do not delete # the provisions above, a recipient may use your version of this file under # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ relativesrcdir = toolkit/components/passwordmgr/test include $(DEPTH)/config/autoconf.mk # Module name for xpcshell tests. MODULE = test_passwordmgr # Mochitest tests MOCHI_TESTS = \ test_0init.html \ test_basic_form.html \ test_basic_form_2.html \ test_basic_form_0pw.html \ test_basic_form_1pw.html \ test_basic_form_1pw_2.html \ test_basic_form_2pw_1.html \ test_basic_form_2pw_2.html \ test_basic_form_3pw_1.html \ test_basic_form_autocomplete.html \ test_basic_form_observer_autofillForms.html \ test_basic_form_observer_autocomplete.html \ test_basic_form_pwonly.html \ test_bug_227640.html \ test_bug_242956.html \ test_privbrowsing.html \ test_bug_360493_1.html \ test_bug_360493_2.html \ test_bug_391514.html \ test_bug_427033.html \ test_notifications.html \ test_prompt.html \ test_xhr.html \ test_xml_load.html \ test_zzz_finish.html \ $(NULL) MOCHI_CONTENT = \ pwmgr_common.js \ prompt_common.js \ notification_common.js \ authenticate.sjs \ formsubmit.sjs \ subtst_privbrowsing_1.html \ subtst_privbrowsing_2.html \ subtst_privbrowsing_3.html \ subtst_privbrowsing_4.html \ subtst_notifications_1.html \ subtst_notifications_2.html \ subtst_notifications_3.html \ subtst_notifications_4.html \ subtst_notifications_5.html \ subtst_notifications_6.html \ subtst_notifications_7.html \ subtst_notifications_8.html \ subtst_notifications_9.html \ subtst_notifications_10.html \ $(NULL) XPCSHELL_TESTS = unit # This test doesn't pass because we can't ensure a cross-platform # event that occurs between DOMContentLoaded and Pageload # test_bug_221634.html include $(topsrcdir)/config/rules.mk # Note: Invoke any additional (non-xpcshell) test programs here. check:: libs:: $(MOCHI_TESTS) $(MOCHI_CONTENT) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)