gecko/toolkit/components/places/tests/chrome/Makefile.in
Nathan Froyd a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00

37 lines
869 B
Makefile

#
# 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/.
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = toolkit/components/places/tests/chrome
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
sample_feed.atom \
bad_links.atom \
rss_as_html.rss \
rss_as_html.rss^headers^ \
link-less-items.rss \
link-less-items-no-site-uri.rss \
$(NULL)
MOCHITEST_CHROME_FILES = \
test_371798.xul \
test_342484.xul \
test_341972a.xul \
test_341972b.xul \
test_favicon_annotations.xul \
test_303567.xul \
test_381357.xul \
test_history_post.xul \
history_post.sjs \
test_reloadLivemarks.xul \
$(NULL)
include $(topsrcdir)/config/rules.mk