CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/04/30 09:38:45
Modified files:
. : ChangeLog
testsuite/misc-ming.all: Makefile.am
Log message:
* testsuite/misc-ming.all/Makefile.am:
Activated action_execution_order_test{7,8}.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3036&r2=1.3037
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.100&r2=1.101
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3036
retrieving revision 1.3037
diff -u -b -r1.3036 -r1.3037
--- ChangeLog 30 Apr 2007 05:41:28 -0000 1.3036
+++ ChangeLog 30 Apr 2007 09:38:45 -0000 1.3037
@@ -1,3 +1,8 @@
+2007-04-30 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * testsuite/misc-ming.all/Makefile.am:
+ Activated action_execution_order_test{7,8}.
+
2007-04-30 Zou Lunkai <[EMAIL PROTECTED]>
* testsuite/misc-ming.all/action_execution_order_test7.c:
Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- testsuite/misc-ming.all/Makefile.am 29 Apr 2007 16:30:43 -0000 1.100
+++ testsuite/misc-ming.all/Makefile.am 30 Apr 2007 09:38:45 -0000 1.101
@@ -98,6 +98,8 @@
action_execution_order_test4 \
action_execution_order_test5 \
action_execution_order_test6 \
+ action_execution_order_test7 \
+ action_execution_order_test8 \
reverse_execute_PlaceObject2_test1 \
reverse_execute_PlaceObject2_test2 \
loadMovieTest \
@@ -144,6 +146,8 @@
action_execution_order_test4runner \
action_execution_order_test5runner \
action_execution_order_test6runner \
+ action_execution_order_test7runner \
+ action_execution_order_test8runner \
reverse_execute_PlaceObject2_test1runner \
reverse_execute_PlaceObject2_test2runner \
displaylist_depths_testrunner \
@@ -736,6 +740,34 @@
sh $< $(top_builddir) action_execution_order_test6.swf > $@
chmod 755 $@
+action_execution_order_test7_SOURCES = \
+ action_execution_order_test7.c \
+ ming_utils.h \
+ ming_utils.c \
+ $(NULL)
+action_execution_order_test7_LDADD = $(MING_LIBS)
+
+action_execution_order_test7.swf: action_execution_order_test7
+ ./action_execution_order_test7 $(top_srcdir)/testsuite/media
+
+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 \
+ ming_utils.h \
+ ming_utils.c \
+ $(NULL)
+action_execution_order_test8_LDADD = $(MING_LIBS)
+
+action_execution_order_test8.swf: action_execution_order_test8
+ ./action_execution_order_test8 $(top_srcdir)/testsuite/media
+
+action_execution_order_test8runner: $(srcdir)/../generic-testrunner.sh
action_execution_order_test8.swf
+ sh $< -f8 $(top_builddir) action_execution_order_test8.swf > $@
+ chmod 755 $@
+
reverse_execute_PlaceObject2_test1_SOURCES = \
reverse_execute_PlaceObject2_test1.c \
ming_utils.h \
@@ -1026,6 +1058,8 @@
action_execution_order_test4runner \
action_execution_order_test5runner \
action_execution_order_test6runner \
+ action_execution_order_test7runner \
+ action_execution_order_test8runner \
reverse_execute_PlaceObject2_test1runner \
reverse_execute_PlaceObject2_test2runner \
displaylist_depths_testrunner \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit