2007-04-15 16:14:26 -07:00
|
|
|
#
|
|
|
|
# ***** 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 Foundation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2007
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
#
|
|
|
|
# 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 = layout/generic/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2007-11-26 12:05:25 -08:00
|
|
|
_TEST_FILES = test_bug288789.html \
|
|
|
|
test_bug323656.html \
|
2007-04-16 08:18:50 -07:00
|
|
|
test_bug344830.html \
|
|
|
|
bug344830_testembed.svg \
|
2007-08-26 10:20:28 -07:00
|
|
|
test_bug382429.html \
|
2007-09-03 08:22:42 -07:00
|
|
|
test_bug384527.html \
|
2007-09-03 09:12:27 -07:00
|
|
|
test_bug385751.html \
|
2007-09-03 09:59:44 -07:00
|
|
|
test_bug389630.html \
|
2007-08-16 08:26:20 -07:00
|
|
|
test_bug391747.html \
|
2008-03-31 10:47:42 -07:00
|
|
|
test_bug392746.html \
|
2007-09-07 00:17:23 -07:00
|
|
|
test_bug392923.html \
|
2007-09-04 12:48:24 -07:00
|
|
|
test_bug394173.html \
|
2007-09-07 00:17:23 -07:00
|
|
|
test_bug394239.html \
|
2007-11-21 02:21:00 -08:00
|
|
|
test_bug402380.html \
|
2007-12-22 13:07:58 -08:00
|
|
|
test_bug404872.html \
|
2007-12-01 02:47:58 -08:00
|
|
|
test_bug405178.html \
|
2008-02-27 01:46:22 -08:00
|
|
|
test_bug416168.html \
|
2008-06-14 01:48:07 -07:00
|
|
|
test_bug421436.html \
|
2008-08-04 05:45:56 -07:00
|
|
|
test_bug448860.html \
|
2007-11-07 20:07:00 -08:00
|
|
|
test_character_movement.html \
|
2007-10-10 15:32:51 -07:00
|
|
|
test_word_movement.html \
|
2008-02-21 18:24:04 -08:00
|
|
|
test_backspace_delete.html \
|
2007-04-15 16:14:26 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
2007-08-05 20:22:32 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|