gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 3614f214d190f7cdd010


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 3614f214d190f7cdd010493e504d7cf7f3821359
Date: Tue, 02 Nov 2010 13:35:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  3614f214d190f7cdd010493e504d7cf7f3821359 (commit)
      from  bd70e27b2b2ba373bb7e377e93bf8553ea2ae056 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=3614f214d190f7cdd010493e504d7cf7f3821359


commit 3614f214d190f7cdd010493e504d7cf7f3821359
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 2 14:34:46 2010 +0100

    Move action execution order tests in their own dir

diff --git a/configure.ac b/configure.ac
index 06dc2e6..3169246 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2845,8 +2845,9 @@ testsuite/actionscript.all/Makefile
 testsuite/samples/Makefile
 testsuite/swfdec/Makefile
 testsuite/misc-ming.all/Makefile
-testsuite/misc-ming.all/loop/Makefile
+testsuite/misc-ming.all/action_order/Makefile
 testsuite/misc-ming.all/displaylist_depths/Makefile
+testsuite/misc-ming.all/loop/Makefile
 testsuite/misc-mtasc.all/Makefile
 testsuite/misc-haxe.all/Makefile
 testsuite/misc-haxe.all/classes.all/Makefile
diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 74d5c42..74ec448 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -28,7 +28,7 @@ CLEANFILES =  \
        testrun.sum \
        testrun.log
 
-SUBDIRS = loop displaylist_depths
+SUBDIRS = loop displaylist_depths action_order
 
 EXTRA_DIST = \
        empty.as \
@@ -131,18 +131,6 @@ check_PROGRAMS = \
        consecutive_goto_frame_test \
        matrix_test \
        multi_doactions_and_goto_frame_test \
-       action_execution_order_test \
-       action_execution_order_extend_test \
-       action_execution_order_test1 \
-       action_execution_order_test2 \
-       action_execution_order_test3 \
-       action_execution_order_test4 \
-       action_execution_order_test5 \
-       action_execution_order_test6 \
-       action_execution_order_test7 \
-       action_execution_order_test8 \
-       action_execution_order_test9 \
-       action_execution_order_test11 \
        reverse_execute_PlaceObject2_test1 \
        reverse_execute_PlaceObject2_test2 \
        loadImageTest \
@@ -213,9 +201,6 @@ if MING_SUPPORTS_INIT_ACTIONS
 check_PROGRAMS += \
        init_action_test \
        InitActionTest2 \
-       ActionOrderTest3 \
-       ActionOrderTest4 \
-       ActionOrderTest5 \
        RegisterClassTest4 \
        RegisterClassTest3 \
        registerClassTest2 \
@@ -264,19 +249,7 @@ check_SCRIPTS = \
        goto_frame_testrunner \
        consecutive_goto_frame_testrunner \
        multi_doactions_and_goto_frame_testrunner \
-       action_execution_order_testrunner \
-       action_execution_order_extend_testrunner \
        gotoFrame2Test-Runner \
-       action_execution_order_test1runner \
-       action_execution_order_test2runner \
-       action_execution_order_test3runner \
-       action_execution_order_test4runner \
-       action_execution_order_test5runner \
-       action_execution_order_test6runner \
-       action_execution_order_test7runner \
-       action_execution_order_test8runner \
-       action_execution_order_test9runner \
-       action_execution_order_test11runner \
        reverse_execute_PlaceObject2_test1runner \
        reverse_execute_PlaceObject2_test2runner \
        frame_label_testrunner \
@@ -299,9 +272,6 @@ check_SCRIPTS = \
        instanceNameTestRunner \
        init_action_testrunner \
        InitActionTest2Runner \
-       ActionOrderTest3Runner \
-       ActionOrderTest4Runner \
-       ActionOrderTest5Runner \
        $(NULL)
        
 if MING_VERSION_0_4_4
@@ -335,9 +305,6 @@ endif
 if MING_SUPPORTS_INIT_ACTIONS
 check_SCRIPTS += \
        InitActionTest2Runner \
-       ActionOrderTest3Runner \
-       ActionOrderTest4Runner \
-       ActionOrderTest5Runner \
        RegisterClassTest4Runner \
        RegisterClassTest3Runner \
        registerClassTest2runner \
@@ -1080,141 +1047,6 @@ multi_doactions_and_goto_frame_testrunner: 
$(srcdir)/../generic-testrunner.sh mu
        sh $< $(top_builddir) multi_doactions_and_goto_frame_test.swf > $@
        chmod 755 $@
 
-action_execution_order_test_SOURCES =  \
-       action_execution_order_test.c   \
-       $(NULL)
-action_execution_order_test_LDADD = libgnashmingutils.la
-
-action_execution_order_test.swf: action_execution_order_test
-       ./action_execution_order_test $(abs_mediadir)
-
-action_execution_order_testrunner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test.swf
-       sh $< $(top_builddir) action_execution_order_test.swf > $@
-       chmod 755 $@
-
-action_execution_order_test1_SOURCES = \
-       action_execution_order_test1.c  \
-       $(NULL)
-action_execution_order_test1_LDADD = libgnashmingutils.la
-
-action_execution_order_test1.swf: action_execution_order_test1
-       ./action_execution_order_test1 $(abs_mediadir)
-
-action_execution_order_test1runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test1.swf
-       sh $< $(top_builddir) action_execution_order_test1.swf > $@
-       chmod 755 $@
-
-action_execution_order_test2_SOURCES = \
-       action_execution_order_test2.c  \
-       $(NULL)
-action_execution_order_test2_LDADD = libgnashmingutils.la
-
-action_execution_order_test2.swf: action_execution_order_test2
-       ./action_execution_order_test2 $(abs_mediadir)
-
-action_execution_order_test2runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test2.swf
-       sh $< $(top_builddir) action_execution_order_test2.swf > $@
-       chmod 755 $@
-
-action_execution_order_test3_SOURCES = \
-       action_execution_order_test3.c  \
-       $(NULL)
-action_execution_order_test3_LDADD = libgnashmingutils.la
-
-action_execution_order_test3.swf: action_execution_order_test3
-       ./action_execution_order_test3 $(abs_mediadir)
-
-action_execution_order_test3runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test3.swf
-       sh $< $(top_builddir) action_execution_order_test3.swf > $@
-       chmod 755 $@
-
-action_execution_order_test4_SOURCES = \
-       action_execution_order_test4.c  \
-       $(NULL)
-action_execution_order_test4_LDADD = libgnashmingutils.la
-
-action_execution_order_test4.swf: action_execution_order_test4
-       ./action_execution_order_test4 $(abs_mediadir)
-
-action_execution_order_test4runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test4.swf
-       sh $< $(top_builddir) action_execution_order_test4.swf > $@
-       chmod 755 $@
-
-action_execution_order_test5_SOURCES = \
-       action_execution_order_test5.c  \
-       $(NULL)
-action_execution_order_test5_LDADD = libgnashmingutils.la
-
-action_execution_order_test5.swf: action_execution_order_test5
-       ./action_execution_order_test5 $(abs_mediadir)
-
-action_execution_order_test5runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test5.swf
-       sh $< $(top_builddir) action_execution_order_test5.swf > $@
-       chmod 755 $@
-
-action_execution_order_test6_SOURCES = \
-       action_execution_order_test6.c  \
-       $(NULL)
-action_execution_order_test6_LDADD = libgnashmingutils.la
-
-action_execution_order_test6.swf: action_execution_order_test6
-       ./action_execution_order_test6 $(abs_mediadir)
-
-action_execution_order_test6runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test6.swf
-       sh $< $(top_builddir) action_execution_order_test6.swf > $@
-       chmod 755 $@
-
-action_execution_order_test7_SOURCES = \
-       action_execution_order_test7.c  \
-       $(NULL)
-action_execution_order_test7_LDADD = libgnashmingutils.la
-
-action_execution_order_test7.swf: action_execution_order_test7
-       ./action_execution_order_test7 $(abs_mediadir)
-
-action_execution_order_test7runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test7.swf
-       sh $< $(top_builddir) action_execution_order_test7.swf > $@
-       chmod 755 $@
-
-action_execution_order_test8_SOURCES = \
-       action_execution_order_test8.c  \
-       $(NULL)
-action_execution_order_test8_LDADD = libgnashmingutils.la
-
-action_execution_order_test8-v6.swf: action_execution_order_test8
-       ./action_execution_order_test8 $(abs_mediadir) 6
-
-action_execution_order_test8-v5.swf: action_execution_order_test8
-       ./action_execution_order_test8 $(abs_mediadir) 5
-
-action_execution_order_test8runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test8-v5.swf action_execution_order_test8-v6.swf
-       sh $< -f8 $(top_builddir) action_execution_order_test8-v5.swf 
action_execution_order_test8-v6.swf > $@
-       chmod 755 $@
-
-action_execution_order_test9_SOURCES = \
-       action_execution_order_test9.c  \
-       $(NULL)
-action_execution_order_test9_LDADD = libgnashmingutils.la
-
-action_execution_order_test9.swf: action_execution_order_test9
-       ./action_execution_order_test9 $(abs_mediadir)
-
-action_execution_order_test9runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test9.swf
-       sh $< -f8 $(top_builddir) action_execution_order_test9.swf > $@
-       chmod 755 $@
-
-action_execution_order_test11_SOURCES =        \
-       action_execution_order_test11.c \
-       $(NULL)
-action_execution_order_test11_LDADD = libgnashmingutils.la
-
-action_execution_order_test11.swf: action_execution_order_test11
-       ./action_execution_order_test11 $(abs_mediadir)
-
-action_execution_order_test11runner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_test11.swf
-       sh $< -f10 $(top_builddir) action_execution_order_test11.swf > $@
-       chmod 755 $@
-
 reverse_execute_PlaceObject2_test1_SOURCES =   \
        reverse_execute_PlaceObject2_test1.c    \
        $(NULL)
@@ -1239,18 +1071,6 @@ reverse_execute_PlaceObject2_test2runner: 
$(srcdir)/../generic-testrunner.sh rev
        sh $< $(top_builddir) reverse_execute_PlaceObject2_test2.swf > $@
        chmod 755 $@
 
-action_execution_order_extend_test_SOURCES =   \
-       action_execution_order_extend_test.c    \
-       $(NULL)
-action_execution_order_extend_test_LDADD = libgnashmingutils.la
-
-action_execution_order_extend_test.swf: action_execution_order_extend_test
-       ./action_execution_order_extend_test $(abs_mediadir)
-
-action_execution_order_extend_testrunner: $(srcdir)/../generic-testrunner.sh 
action_execution_order_extend_test.swf
-       sh $< $(top_builddir) action_execution_order_extend_test.swf > $@
-       chmod 755 $@
-
 BitmapDataTest_SOURCES = \
        BitmapDataTest.c \
        $(NULL)
@@ -1622,42 +1442,6 @@ InitActionTest2Runner: 
$(srcdir)/../generic-testrunner.sh InitActionTest2.swf
        sh $< $(top_builddir) InitActionTest2.swf > $@
        chmod 755 $@
 
-ActionOrderTest3_SOURCES =     \
-       ActionOrderTest3.c      \
-       $(NULL)
-ActionOrderTest3_LDADD = libgnashmingutils.la
-
-ActionOrderTest3.swf: ActionOrderTest3
-       ./ActionOrderTest3 $(abs_mediadir)
-
-ActionOrderTest3Runner: $(srcdir)/../generic-testrunner.sh ActionOrderTest3.swf
-       sh $< $(top_builddir) ActionOrderTest3.swf > $@
-       chmod 755 $@
-
-ActionOrderTest4_SOURCES =     \
-       ActionOrderTest4.c      \
-       $(NULL)
-ActionOrderTest4_LDADD = libgnashmingutils.la
-
-ActionOrderTest4.swf: ActionOrderTest4
-       ./ActionOrderTest4 $(abs_mediadir)
-
-ActionOrderTest4Runner: $(srcdir)/../generic-testrunner.sh ActionOrderTest4.swf
-       sh $< $(top_builddir) ActionOrderTest4.swf > $@
-       chmod 755 $@
-
-ActionOrderTest5_SOURCES =     \
-       ActionOrderTest5.c      \
-       $(NULL)
-ActionOrderTest5_LDADD = libgnashmingutils.la
-
-ActionOrderTest5.swf: ActionOrderTest5
-       ./ActionOrderTest5 $(abs_mediadir)
-
-ActionOrderTest5Runner: $(srcdir)/../generic-testrunner.sh ActionOrderTest5.swf
-       sh $< $(top_builddir) ActionOrderTest5.swf > $@
-       chmod 755 $@
-
 RegisterClassTest3_SOURCES =   \
        RegisterClassTest3.c    \
        $(NULL)
@@ -1983,23 +1767,11 @@ TEST_CASES = \
        consecutive_goto_frame_testrunner \
        multi_doactions_and_goto_frame_testrunner \
        registerClassTestRunner \
-       action_execution_order_testrunner \
-       action_execution_order_extend_testrunner \
        loadMovieTestRunner \
        XMLSocketTester \
        LCTestRunner \
        DrawingApiTestRunner \
        TextSnapshotTest-Runner \
-       action_execution_order_test1runner \
-       action_execution_order_test2runner \
-       action_execution_order_test3runner \
-       action_execution_order_test4runner \
-       action_execution_order_test5runner \
-       action_execution_order_test6runner \
-       action_execution_order_test7runner \
-       action_execution_order_test8runner \
-       action_execution_order_test9runner \
-       action_execution_order_test11runner \
        reverse_execute_PlaceObject2_test1runner \
        reverse_execute_PlaceObject2_test2runner \
        DepthLimitsTestrunner \
@@ -2060,9 +1832,6 @@ TEST_CASES += \
        registerClassTest2runner \
        init_action_testrunner \
        InitActionTest2Runner \
-       ActionOrderTest3Runner \
-       ActionOrderTest4Runner \
-       ActionOrderTest5Runner \
        RegisterClassTest3Runner \
        RegisterClassTest4Runner \
        $(NULL)
diff --git a/testsuite/misc-ming.all/ActionOrderTest3.c 
b/testsuite/misc-ming.all/action_order/ActionOrderTest3.c
similarity index 100%
rename from testsuite/misc-ming.all/ActionOrderTest3.c
rename to testsuite/misc-ming.all/action_order/ActionOrderTest3.c
diff --git a/testsuite/misc-ming.all/ActionOrderTest4.c 
b/testsuite/misc-ming.all/action_order/ActionOrderTest4.c
similarity index 100%
rename from testsuite/misc-ming.all/ActionOrderTest4.c
rename to testsuite/misc-ming.all/action_order/ActionOrderTest4.c
diff --git a/testsuite/misc-ming.all/ActionOrderTest5.c 
b/testsuite/misc-ming.all/action_order/ActionOrderTest5.c
similarity index 100%
rename from testsuite/misc-ming.all/ActionOrderTest5.c
rename to testsuite/misc-ming.all/action_order/ActionOrderTest5.c
diff --git a/testsuite/misc-ming.all/action_order/Makefile.am 
b/testsuite/misc-ming.all/action_order/Makefile.am
new file mode 100644
index 0000000..a88faf2
--- /dev/null
+++ b/testsuite/misc-ming.all/action_order/Makefile.am
@@ -0,0 +1,318 @@
+## Process this file with automake to generate Makefile.in
+# 
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability
+
+abs_top_builddir=$(shell cd $(top_builddir); pwd)
+abs_builddir=$(shell cd 
$(top_builddir)/testsuite/misc-ming.all/displaylist_depths; pwd)
+abs_mediadir = $(shell cd $(srcdir)/../../media; pwd)
+
+CLEANFILES =  \
+       gnash-dbg.log \
+       site.exp.bak \
+       testrun.sum \
+       testrun.log
+
+EXTRA_DIST = 
+
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/libbase \
+       -I$(top_srcdir)/libmedia \
+       -I$(top_srcdir)/libsound \
+       -I$(top_srcdir)/librender \
+       -I$(top_srcdir)/libcore  \
+       -I$(top_srcdir)/libcore/swf  \
+       -I$(top_srcdir)/libcore/parser  \
+       -I$(top_srcdir)/libcore/vm \
+       -I$(top_srcdir)/libcore/asobj \
+       -I$(top_srcdir)/testsuite \
+       -I$(top_srcdir)/testsuite/misc-ming.all \
+       $(MING_CFLAGS) \
+       $(OPENGL_CFLAGS) \
+       $(BOOST_CFLAGS) \
+       -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
+       $(NULL)
+
+AM_LDFLAGS = \
+       $(MING_LIBS) \
+       $(OPENGL_LIBS) \
+       $(GIF_LIBS) \
+       $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/librender/libgnashrender.la \
+       $(NULL)
+
+if LIBLTDL2
+AM_LDFLAGS  += $(top_builddir)/libltdl/libltdlc.la
+endif
+if LIBLTDL1
+AM_LDFLAGS += $(top_builddir)/libbase/libltdlc.la
+endif
+
+check_PROGRAMS = \
+       action_execution_order_test \
+       action_execution_order_extend_test \
+       action_execution_order_test1 \
+       action_execution_order_test2 \
+       action_execution_order_test3 \
+       action_execution_order_test4 \
+       action_execution_order_test5 \
+       action_execution_order_test6 \
+       action_execution_order_test7 \
+       action_execution_order_test8 \
+       action_execution_order_test9 \
+       action_execution_order_test11 \
+       $(NULL)
+
+if MING_SUPPORTS_INIT_ACTIONS
+check_PROGRAMS += \
+       ActionOrderTest3 \
+       ActionOrderTest4 \
+       ActionOrderTest5 \
+       $(NULL)
+endif
+       
+check_SCRIPTS = \
+       action_execution_order_testrunner \
+       action_execution_order_extend_testrunner \
+       action_execution_order_test1runner \
+       action_execution_order_test2runner \
+       action_execution_order_test3runner \
+       action_execution_order_test4runner \
+       action_execution_order_test5runner \
+       action_execution_order_test6runner \
+       action_execution_order_test7runner \
+       action_execution_order_test8runner \
+       action_execution_order_test9runner \
+       action_execution_order_test11runner \
+       $(NULL)
+
+if MING_SUPPORTS_INIT_ACTIONS
+check_PROGRAMS += \
+       ActionOrderTest3Runner \
+       ActionOrderTest4Runner \
+       ActionOrderTest5Runner \
+       $(NULL)
+endif
+       
+action_execution_order_test_SOURCES =  \
+       action_execution_order_test.c   \
+       $(NULL)
+action_execution_order_test_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test.swf: action_execution_order_test
+       ./action_execution_order_test $(abs_mediadir)
+
+action_execution_order_testrunner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test.swf
+       sh $< $(top_builddir) action_execution_order_test.swf > $@
+       chmod 755 $@
+
+action_execution_order_test1_SOURCES = \
+       action_execution_order_test1.c  \
+       $(NULL)
+action_execution_order_test1_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test1.swf: action_execution_order_test1
+       ./action_execution_order_test1 $(abs_mediadir)
+
+action_execution_order_test1runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test1.swf
+       sh $< $(top_builddir) action_execution_order_test1.swf > $@
+       chmod 755 $@
+
+action_execution_order_test2_SOURCES = \
+       action_execution_order_test2.c  \
+       $(NULL)
+action_execution_order_test2_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test2.swf: action_execution_order_test2
+       ./action_execution_order_test2 $(abs_mediadir)
+
+action_execution_order_test2runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test2.swf
+       sh $< $(top_builddir) action_execution_order_test2.swf > $@
+       chmod 755 $@
+
+action_execution_order_test3_SOURCES = \
+       action_execution_order_test3.c  \
+       $(NULL)
+action_execution_order_test3_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test3.swf: action_execution_order_test3
+       ./action_execution_order_test3 $(abs_mediadir)
+
+action_execution_order_test3runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test3.swf
+       sh $< $(top_builddir) action_execution_order_test3.swf > $@
+       chmod 755 $@
+
+action_execution_order_test4_SOURCES = \
+       action_execution_order_test4.c  \
+       $(NULL)
+action_execution_order_test4_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test4.swf: action_execution_order_test4
+       ./action_execution_order_test4 $(abs_mediadir)
+
+action_execution_order_test4runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test4.swf
+       sh $< $(top_builddir) action_execution_order_test4.swf > $@
+       chmod 755 $@
+
+action_execution_order_test5_SOURCES = \
+       action_execution_order_test5.c  \
+       $(NULL)
+action_execution_order_test5_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test5.swf: action_execution_order_test5
+       ./action_execution_order_test5 $(abs_mediadir)
+
+action_execution_order_test5runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test5.swf
+       sh $< $(top_builddir) action_execution_order_test5.swf > $@
+       chmod 755 $@
+
+action_execution_order_test6_SOURCES = \
+       action_execution_order_test6.c  \
+       $(NULL)
+action_execution_order_test6_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test6.swf: action_execution_order_test6
+       ./action_execution_order_test6 $(abs_mediadir)
+
+action_execution_order_test6runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test6.swf
+       sh $< $(top_builddir) action_execution_order_test6.swf > $@
+       chmod 755 $@
+
+action_execution_order_test7_SOURCES = \
+       action_execution_order_test7.c  \
+       $(NULL)
+action_execution_order_test7_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test7.swf: action_execution_order_test7
+       ./action_execution_order_test7 $(abs_mediadir)
+
+action_execution_order_test7runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test7.swf
+       sh $< $(top_builddir) action_execution_order_test7.swf > $@
+       chmod 755 $@
+
+action_execution_order_test8_SOURCES = \
+       action_execution_order_test8.c  \
+       $(NULL)
+action_execution_order_test8_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test8-v6.swf: action_execution_order_test8
+       ./action_execution_order_test8 $(abs_mediadir) 6
+
+action_execution_order_test8-v5.swf: action_execution_order_test8
+       ./action_execution_order_test8 $(abs_mediadir) 5
+
+action_execution_order_test8runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test8-v5.swf action_execution_order_test8-v6.swf
+       sh $< -f8 $(top_builddir) action_execution_order_test8-v5.swf 
action_execution_order_test8-v6.swf > $@
+       chmod 755 $@
+
+action_execution_order_test9_SOURCES = \
+       action_execution_order_test9.c  \
+       $(NULL)
+action_execution_order_test9_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test9.swf: action_execution_order_test9
+       ./action_execution_order_test9 $(abs_mediadir)
+
+action_execution_order_test9runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test9.swf
+       sh $< -f8 $(top_builddir) action_execution_order_test9.swf > $@
+       chmod 755 $@
+
+action_execution_order_test11_SOURCES =        \
+       action_execution_order_test11.c \
+       $(NULL)
+action_execution_order_test11_LDADD = ../libgnashmingutils.la
+
+action_execution_order_test11.swf: action_execution_order_test11
+       ./action_execution_order_test11 $(abs_mediadir)
+
+action_execution_order_test11runner: $(srcdir)/../../generic-testrunner.sh 
action_execution_order_test11.swf
+       sh $< -f10 $(top_builddir) action_execution_order_test11.swf > $@
+       chmod 755 $@
+
+ActionOrderTest3_SOURCES =     \
+       ActionOrderTest3.c      \
+       $(NULL)
+ActionOrderTest3_LDADD = ../libgnashmingutils.la
+
+ActionOrderTest3.swf: ActionOrderTest3
+       ./ActionOrderTest3 $(abs_mediadir)
+
+ActionOrderTest3Runner: $(srcdir)/../../generic-testrunner.sh 
ActionOrderTest3.swf
+       sh $< $(top_builddir) ActionOrderTest3.swf > $@
+       chmod 755 $@
+
+ActionOrderTest4_SOURCES =     \
+       ActionOrderTest4.c      \
+       $(NULL)
+ActionOrderTest4_LDADD = ../libgnashmingutils.la
+
+ActionOrderTest4.swf: ActionOrderTest4
+       ./ActionOrderTest4 $(abs_mediadir)
+
+ActionOrderTest4Runner: $(srcdir)/../../generic-testrunner.sh 
ActionOrderTest4.swf
+       sh $< $(top_builddir) ActionOrderTest4.swf > $@
+       chmod 755 $@
+
+ActionOrderTest5_SOURCES =     \
+       ActionOrderTest5.c      \
+       $(NULL)
+ActionOrderTest5_LDADD = ../libgnashmingutils.la
+
+ActionOrderTest5.swf: ActionOrderTest5
+       ./ActionOrderTest5 $(abs_mediadir)
+
+ActionOrderTest5Runner: $(srcdir)/../../generic-testrunner.sh 
ActionOrderTest5.swf
+       sh $< $(top_builddir) ActionOrderTest5.swf > $@
+       chmod 755 $@
+
+action_execution_order_extend_test_SOURCES =   \
+       action_execution_order_extend_test.c    \
+       $(NULL)
+action_execution_order_extend_test_LDADD = ../libgnashmingutils.la
+
+action_execution_order_extend_test.swf: action_execution_order_extend_test
+       ./action_execution_order_extend_test $(abs_mediadir)
+
+action_execution_order_extend_testrunner: 
$(srcdir)/../../generic-testrunner.sh action_execution_order_extend_test.swf
+       sh $< $(top_builddir) action_execution_order_extend_test.swf > $@
+       chmod 755 $@
+
+clean-local: 
+       -rm *.swf *.pp *unner
+
+TEST_DRIVERS = ../../simple.exp
+TEST_CASES = $(check_SCRIPTS)
+
+check-DEJAGNU: site-update $(check_PROGRAMS)
+       @runtest=$(RUNTEST); \
+       if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../../gnashrc $$runtest 
$(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
+       else \
+         echo "WARNING: could not find \`runtest'" 1>&2; \
+          for i in "$(TEST_CASES)"; do \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../../gnashrc $(SHELL) $$i; \
+         done; \
+       fi
+
+site-update: site.exp
+       @rm -fr site.exp.bak
+       @cp site.exp site.exp.bak
+       @sed -e '/testcases/d' site.exp.bak > site.exp
+       @echo "# This is a list of the pre-compiled testcases" >> site.exp
+       @echo "set testcases \"$(TEST_CASES)\"" >> site.exp
+
diff --git a/testsuite/misc-ming.all/action_execution_order_extend_test.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_extend_test.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_extend_test.c
rename to 
testsuite/misc-ming.all/action_order/action_execution_order_extend_test.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test1.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test1.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test1.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test1.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test11.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test11.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test11.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test11.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test2.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test2.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test2.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test2.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test3.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test3.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test3.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test3.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test4.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test4.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test4.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test4.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test5.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test5.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test5.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test5.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test6.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test6.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test6.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test6.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test7.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test7.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test7.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test7.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test8.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test8.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test8.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test8.c
diff --git a/testsuite/misc-ming.all/action_execution_order_test9.c 
b/testsuite/misc-ming.all/action_order/action_execution_order_test9.c
similarity index 100%
rename from testsuite/misc-ming.all/action_execution_order_test9.c
rename to testsuite/misc-ming.all/action_order/action_execution_order_test9.c

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    3 +-
 testsuite/misc-ming.all/Makefile.am                |  233 +--------------
 .../{ => action_order}/ActionOrderTest3.c          |    0
 .../{ => action_order}/ActionOrderTest4.c          |    0
 .../{ => action_order}/ActionOrderTest5.c          |    0
 testsuite/misc-ming.all/action_order/Makefile.am   |  318 ++++++++++++++++++++
 .../action_execution_order_extend_test.c           |    0
 .../action_execution_order_test.c                  |    0
 .../action_execution_order_test1.c                 |    0
 .../action_execution_order_test11.c                |    0
 .../action_execution_order_test2.c                 |    0
 .../action_execution_order_test3.c                 |    0
 .../action_execution_order_test4.c                 |    0
 .../action_execution_order_test5.c                 |    0
 .../action_execution_order_test6.c                 |    0
 .../action_execution_order_test7.c                 |    0
 .../action_execution_order_test8.c                 |    0
 .../action_execution_order_test9.c                 |    0
 18 files changed, 321 insertions(+), 233 deletions(-)
 rename testsuite/misc-ming.all/{ => action_order}/ActionOrderTest3.c (100%)
 rename testsuite/misc-ming.all/{ => action_order}/ActionOrderTest4.c (100%)
 rename testsuite/misc-ming.all/{ => action_order}/ActionOrderTest5.c (100%)
 create mode 100644 testsuite/misc-ming.all/action_order/Makefile.am
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_extend_test.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test1.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test11.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test2.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test3.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test4.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test5.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test6.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test7.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test8.c (100%)
 rename testsuite/misc-ming.all/{ => 
action_order}/action_execution_order_test9.c (100%)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]