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/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...
Date: Mon, 12 Mar 2007 09:21:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/12 09:21:47

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

Log message:
                * testsuite/misc-ming.all/Makefile.am: activated the
                  new action execution order tests.

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2606
retrieving revision 1.2607
diff -u -b -r1.2606 -r1.2607
--- ChangeLog   12 Mar 2007 07:10:56 -0000      1.2606
+++ ChangeLog   12 Mar 2007 09:21:46 -0000      1.2607
@@ -1,4 +1,9 @@
-2007-03-08 Zou Lunkai <address@hidden>
+2007-03-12 Sandro Santilli <address@hidden>
+ 
+       * testsuite/misc-ming.all/Makefile.am: activated the
+         new action execution order tests.
+
+2007-03-11 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/action_execution_order_test1.c.
        * testsuite/misc-ming.all/action_execution_order_test2.c.

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- testsuite/misc-ming.all/Makefile.am 9 Mar 2007 18:38:35 -0000       1.78
+++ testsuite/misc-ming.all/Makefile.am 12 Mar 2007 09:21:47 -0000      1.79
@@ -86,6 +86,9 @@
        simple_loop_testrunner \
        action_execution_order_test \
        action_execution_order_extend_test \
+       action_execution_order_test1 \
+       action_execution_order_test2 \
+       action_execution_order_test3 \
        loadMovieTest \
        loadMovieTestRunner \
        eventSoundTest1 \
@@ -110,6 +113,9 @@
        action_execution_order_testrunner \
        action_execution_order_extend_testrunner \
        gotoFrame2Test-Runner \
+       action_execution_order_test1runner \
+       action_execution_order_test2runner \
+       action_execution_order_test3runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -452,6 +458,48 @@
        sh $< $(top_builddir) action_execution_order_test.swf > $@
        chmod 755 $@
 
+action_execution_order_test1_SOURCES = \
+       action_execution_order_test1.c  \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+action_execution_order_test1_LDADD = $(MING_LIBS)
+
+action_execution_order_test1.swf: action_execution_order_test1
+       ./action_execution_order_test1 $(top_srcdir)/testsuite/media
+
+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  \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+action_execution_order_test2_LDADD = $(MING_LIBS)
+
+action_execution_order_test2.swf: action_execution_order_test2
+       ./action_execution_order_test2 $(top_srcdir)/testsuite/media
+
+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  \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+action_execution_order_test3_LDADD = $(MING_LIBS)
+
+action_execution_order_test3.swf: action_execution_order_test3
+       ./action_execution_order_test3 $(top_srcdir)/testsuite/media
+
+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_extend_test_SOURCES =   \
        action_execution_order_extend_test.c    \
        ming_utils.h            \
@@ -687,6 +735,9 @@
        intervalTestRunner \
        eventSoundTest1-Runner \
        DrawingApiTestRunner \
+       action_execution_order_test1 \
+       action_execution_order_test2 \
+       action_execution_order_test3 \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

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