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: Fri, 30 Mar 2007 08:31:04 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/30 08:31:04

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

Log message:
                * testsuite/misc-ming.all/Makefile.am: prepared for
                  activation of reverse_execute_PlaceObject2_test1runner
                  (not activated as for Zou request).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2726&r2=1.2727
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.85&r2=1.86

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2726
retrieving revision 1.2727
diff -u -b -r1.2726 -r1.2727
--- ChangeLog   30 Mar 2007 07:59:21 -0000      1.2726
+++ ChangeLog   30 Mar 2007 08:31:04 -0000      1.2727
@@ -1,3 +1,9 @@
+2007-03-30 Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: prepared for
+         activation of reverse_execute_PlaceObject2_test1runner
+         (not activated as for Zou request).
+
 2007-03-30 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all: reverse_execute_PlaceObject2_test1.c

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- testsuite/misc-ming.all/Makefile.am 29 Mar 2007 06:54:09 -0000      1.85
+++ testsuite/misc-ming.all/Makefile.am 30 Mar 2007 08:31:04 -0000      1.86
@@ -96,6 +96,7 @@
        action_execution_order_test4 \
        action_execution_order_test5 \
        action_execution_order_test6 \
+       reverse_execute_PlaceObject2_test1 \
        loadMovieTest \
        loadMovieTestRunner \
        eventSoundTest1 \
@@ -566,6 +567,20 @@
        sh $< $(top_builddir) action_execution_order_test6.swf > $@
        chmod 755 $@
 
+reverse_execute_PlaceObject2_test1_SOURCES =   \
+       reverse_execute_PlaceObject2_test1.c    \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+reverse_execute_PlaceObject2_test1_LDADD = $(MING_LIBS)
+
+reverse_execute_PlaceObject2_test1.swf: reverse_execute_PlaceObject2_test1
+       ./reverse_execute_PlaceObject2_test1 $(top_srcdir)/testsuite/media
+
+reverse_execute_PlaceObject2_test1runner: $(srcdir)/../generic-testrunner.sh 
reverse_execute_PlaceObject2_test1.swf
+       sh $< $(top_builddir) reverse_execute_PlaceObject2_test1.swf > $@
+       chmod 755 $@
+
 action_execution_order_extend_test_SOURCES =   \
        action_execution_order_extend_test.c    \
        ming_utils.h            \




reply via email to

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