Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / browser / components / places / tests / browser / Makefile.in
blob267559e682ec4c7fdb005e81aa53b45db423a4f8
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is Places test code.
16 # The Initial Developer of the Original Code is the Mozilla Foundation.
17 # Portions created by the Initial Developer are Copyright (C) 2008
18 # the Initial Developer. All Rights Reserved.
20 # Contributor(s):
21 # Dietrich Ayala <dietrich@mozilla.com>
23 # Alternatively, the contents of this file may be used under the terms of
24 # either of the GNU General Public License Version 2 or later (the "GPL"),
25 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 # in which case the provisions of the GPL or the LGPL are applicable instead
27 # of those above. If you wish to allow use of your version of this file only
28 # under the terms of either the GPL or the LGPL, and not to allow others to
29 # use your version of this file under the terms of the MPL, indicate your
30 # decision by deleting the provisions above and replace them with the notice
31 # and other provisions required by the GPL or the LGPL. If you do not delete
32 # the provisions above, a recipient may use your version of this file under
33 # the terms of any one of the MPL, the GPL or the LGPL.
35 # ***** END LICENSE BLOCK *****
37 DEPTH = ../../../../..
38 topsrcdir = @top_srcdir@
39 srcdir = @srcdir@
40 VPATH = @srcdir@
41 relativesrcdir = browser/components/places/tests/browser
43 include $(DEPTH)/config/autoconf.mk
44 include $(topsrcdir)/config/rules.mk
46 _BROWSER_TEST_FILES = \
47 head.js \
48 browser_0_library_left_pane_migration.js \
49 browser_library_left_pane_fixnames.js \
50 browser_425884.js \
51 browser_475045.js \
52 browser_423515.js \
53 browser_410196_paste_into_tags.js \
54 browser_457473_no_copy_guid.js \
55 browser_sort_in_library.js \
56 browser_library_open_leak.js \
57 browser_library_panel_leak.js \
58 browser_library_search.js \
59 browser_history_sidebar_search.js \
60 browser_bookmarksProperties.js \
61 $(warning browser_forgetthissite_single.js temporarily disabled because of very frequent oranges, see bug 551540) \
62 browser_library_left_pane_commands.js \
63 browser_drag_bookmarks_on_toolbar.js \
64 browser_library_middleclick.js \
65 browser_library_views_liveupdate.js \
66 browser_views_liveupdate.js \
67 browser_sidebarpanels_click.js \
68 sidebarpanels_click_test_page.html \
69 browser_library_infoBox.js \
70 browser_markPageAsFollowedLink.js \
71 framedPage.html \
72 frameLeft.html \
73 frameRight.html \
74 browser_toolbar_migration.js \
75 browser_library_batch_delete.js \
76 browser_555547.js \
77 browser_416459_cut.js \
78 browser_library_downloads.js \
79 $(NULL)
81 libs:: $(_BROWSER_TEST_FILES)
82 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/browser/$(relativesrcdir)