2009-01-14 20:38:07 -08: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 the Mozilla SMIL module.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Mozilla Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2008
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Daniel Holbert <dholbert@mozilla.com>
|
2009-08-04 19:39:04 -07:00
|
|
|
# Brian Birtles <bbirtles@gmail.com>
|
2009-01-14 20:38:07 -08:00
|
|
|
#
|
|
|
|
# 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 = content/smil/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2009-10-02 14:37:25 -07:00
|
|
|
_TEST_FILES = \
|
2010-04-28 16:00:54 -07:00
|
|
|
db_smilAnimateMotion.js \
|
2009-10-02 14:37:25 -07:00
|
|
|
db_smilCSSFromBy.js \
|
|
|
|
db_smilCSSFromTo.js \
|
|
|
|
db_smilCSSPaced.js \
|
|
|
|
db_smilCSSPropertyList.js \
|
2010-03-16 16:17:33 -07:00
|
|
|
db_smilMappedAttrList.js \
|
2010-04-28 16:00:54 -07:00
|
|
|
smilAnimateMotionValueLists.js \
|
2009-10-02 14:37:25 -07:00
|
|
|
smilTestUtils.js \
|
2009-12-10 09:26:27 -08:00
|
|
|
smilXHR_helper.svg \
|
2010-04-28 16:00:54 -07:00
|
|
|
test_smilAnimateMotion.xhtml \
|
|
|
|
test_smilAnimateMotionInvalidValues.xhtml \
|
|
|
|
test_smilAnimateMotionOverrideRules.xhtml \
|
2010-02-20 13:13:11 -08:00
|
|
|
test_smilChangeAfterFrozen.xhtml \
|
2010-03-01 11:31:50 -08:00
|
|
|
test_smilContainerBinding.xhtml \
|
2010-01-12 12:00:49 -08:00
|
|
|
test_smilCrossContainer.xhtml \
|
2009-11-17 22:08:19 -08:00
|
|
|
test_smilCSSFontStretchRelative.xhtml \
|
2009-10-02 14:37:25 -07:00
|
|
|
test_smilCSSFromBy.xhtml \
|
|
|
|
test_smilCSSFromTo.xhtml \
|
|
|
|
test_smilCSSInherit.xhtml \
|
2009-12-10 09:26:27 -08:00
|
|
|
test_smilCSSInvalidValues.xhtml \
|
2009-10-02 14:37:25 -07:00
|
|
|
test_smilCSSPaced.xhtml \
|
2010-03-16 16:17:33 -07:00
|
|
|
test_smilMappedAttrFromTo.xhtml \
|
|
|
|
test_smilMappedAttrFromBy.xhtml \
|
|
|
|
test_smilMappedAttrPaced.xhtml \
|
2010-01-12 12:00:49 -08:00
|
|
|
test_smilReset.xhtml \
|
2009-10-02 14:37:25 -07:00
|
|
|
test_smilRestart.xhtml \
|
2010-01-12 12:00:49 -08:00
|
|
|
test_smilFillMode.xhtml \
|
2009-01-19 01:10:53 -08:00
|
|
|
test_smilGetStartTime.xhtml \
|
|
|
|
test_smilGetSimpleDuration.xhtml \
|
2009-08-24 12:34:34 -07:00
|
|
|
test_smilKeySplines.xhtml \
|
2010-04-06 14:39:29 -07:00
|
|
|
test_smilKeyTimesPacedMode.xhtml \
|
2009-05-09 08:29:24 -07:00
|
|
|
test_smilSetCurrentTime.xhtml \
|
2009-01-21 17:00:27 -08:00
|
|
|
test_smilSync.xhtml \
|
2010-01-12 12:00:49 -08:00
|
|
|
test_smilSyncbaseTarget.xhtml \
|
2009-01-21 17:00:27 -08:00
|
|
|
test_smilSyncTransform.xhtml \
|
2009-10-02 14:37:25 -07:00
|
|
|
test_smilTextZoom.xhtml \
|
2009-08-04 19:39:04 -07:00
|
|
|
test_smilTiming.xhtml \
|
|
|
|
test_smilTimingZeroIntervals.xhtml \
|
2010-01-12 12:00:49 -08:00
|
|
|
test_smilUpdatedInterval.xhtml \
|
2009-12-10 09:26:27 -08:00
|
|
|
test_smilXHR.xhtml \
|
2009-01-14 20:38:07 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
|
|
|
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|