gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/.cvsign...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/.cvsign...
Date: Fri, 16 Mar 2007 08:23:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/16 08:23:20

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: .cvsignore Makefile.am 

Log message:
                * testsuite/misc-ming.all/: .cvsignore, Makefile.am:
                  Automate run of the new testcases.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2607&r2=1.2608
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/.cvsignore?cvsroot=gnash&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2607
retrieving revision 1.2608
diff -u -b -r1.2607 -r1.2608
--- ChangeLog   16 Mar 2007 03:39:52 -0000      1.2607
+++ ChangeLog   16 Mar 2007 08:23:19 -0000      1.2608
@@ -1,3 +1,8 @@
+2007-03-16 Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/: .cvsignore, Makefile.am:
+         Automate run of the new testcases.
+
 2007-03-16 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/action_execution_order_test4.c.

Index: testsuite/misc-ming.all/.cvsignore
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/misc-ming.all/.cvsignore  15 Mar 2007 22:39:54 -0000      1.7
+++ testsuite/misc-ming.all/.cvsignore  16 Mar 2007 08:23:19 -0000      1.8
@@ -19,4 +19,6 @@
 action_execution_order_test1
 action_execution_order_test2
 action_execution_order_test3
+action_execution_order_test4
+action_execution_order_test5
 eventSoundTest1

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- testsuite/misc-ming.all/Makefile.am 15 Mar 2007 22:39:54 -0000      1.79
+++ testsuite/misc-ming.all/Makefile.am 16 Mar 2007 08:23:20 -0000      1.80
@@ -89,6 +89,8 @@
        action_execution_order_test1 \
        action_execution_order_test2 \
        action_execution_order_test3 \
+       action_execution_order_test4 \
+       action_execution_order_test5 \
        loadMovieTest \
        loadMovieTestRunner \
        eventSoundTest1 \
@@ -116,6 +118,8 @@
        action_execution_order_test1runner \
        action_execution_order_test2runner \
        action_execution_order_test3runner \
+       action_execution_order_test4runner \
+       action_execution_order_test5runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -500,6 +504,34 @@
        sh $< $(top_builddir) action_execution_order_test3.swf > $@
        chmod 755 $@
 
+action_execution_order_test4_SOURCES = \
+       action_execution_order_test4.c  \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+action_execution_order_test4_LDADD = $(MING_LIBS)
+
+action_execution_order_test4.swf: action_execution_order_test4
+       ./action_execution_order_test4 $(top_srcdir)/testsuite/media
+
+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  \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+action_execution_order_test5_LDADD = $(MING_LIBS)
+
+action_execution_order_test5.swf: action_execution_order_test5
+       ./action_execution_order_test5 $(top_srcdir)/testsuite/media
+
+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_extend_test_SOURCES =   \
        action_execution_order_extend_test.c    \
        ming_utils.h            \
@@ -738,6 +770,8 @@
        action_execution_order_test1runner \
        action_execution_order_test2runner \
        action_execution_order_test3runner \
+       action_execution_order_test4runner \
+       action_execution_order_test5runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

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