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: Thu, 05 Apr 2007 08:52:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/05 08:52:46

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

Log message:
                * testsuite/misc-ming.all/Makefile.am: enabled run of
                  reverse_execute_PlaceObject2_test2runner and
                  action_execution_order_test6runner.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2788&r2=1.2789
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.87&r2=1.88

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2788
retrieving revision 1.2789
diff -u -b -r1.2788 -r1.2789
--- ChangeLog   5 Apr 2007 08:36:20 -0000       1.2788
+++ ChangeLog   5 Apr 2007 08:52:46 -0000       1.2789
@@ -1,5 +1,8 @@
 2007-04-05 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/Makefile.am: enabled run of
+         reverse_execute_PlaceObject2_test2runner and
+         action_execution_order_test6runner.
        * testsuite/misc-ming.all/ming_utils.c (get_dejagnu_actions):
          property initialize the xpassed and xfailed counters.
 

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- testsuite/misc-ming.all/Makefile.am 4 Apr 2007 10:02:02 -0000       1.87
+++ testsuite/misc-ming.all/Makefile.am 5 Apr 2007 08:52:46 -0000       1.88
@@ -97,6 +97,7 @@
        action_execution_order_test5 \
        action_execution_order_test6 \
        reverse_execute_PlaceObject2_test1 \
+       reverse_execute_PlaceObject2_test2 \
        loadMovieTest \
        loadMovieTestRunner \
        eventSoundTest1 \
@@ -133,6 +134,8 @@
        action_execution_order_test4runner \
        action_execution_order_test5runner \
        action_execution_order_test6runner \
+       reverse_execute_PlaceObject2_test1runner \
+       reverse_execute_PlaceObject2_test2runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -581,6 +584,20 @@
        sh $< $(top_builddir) reverse_execute_PlaceObject2_test1.swf > $@
        chmod 755 $@
 
+reverse_execute_PlaceObject2_test2_SOURCES =   \
+       reverse_execute_PlaceObject2_test2.c    \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+reverse_execute_PlaceObject2_test2_LDADD = $(MING_LIBS)
+
+reverse_execute_PlaceObject2_test2.swf: reverse_execute_PlaceObject2_test2
+       ./reverse_execute_PlaceObject2_test2 $(top_srcdir)/testsuite/media
+
+reverse_execute_PlaceObject2_test2runner: $(srcdir)/../generic-testrunner.sh 
reverse_execute_PlaceObject2_test2.swf
+       sh $< $(top_builddir) reverse_execute_PlaceObject2_test2.swf > $@
+       chmod 755 $@
+
 action_execution_order_extend_test_SOURCES =   \
        action_execution_order_extend_test.c    \
        ming_utils.h            \
@@ -839,7 +856,9 @@
        action_execution_order_test3runner \
        action_execution_order_test4runner \
        action_execution_order_test5runner \
+       action_execution_order_test6runner \
        reverse_execute_PlaceObject2_test1runner \
+       reverse_execute_PlaceObject2_test2runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

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