gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...
Date: Tue, 15 Apr 2008 10:36:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/15 10:36:32

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

Log message:
        New code in ButtonEventsTest.c require Ming 0.4.0.beta5.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6282&r2=1.6283
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.510&r2=1.511
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.189&r2=1.190

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6282
retrieving revision 1.6283
diff -u -b -r1.6282 -r1.6283
--- ChangeLog   15 Apr 2008 10:27:16 -0000      1.6282
+++ ChangeLog   15 Apr 2008 10:36:31 -0000      1.6283
@@ -1,3 +1,8 @@
+2008-04-15 Sandro Santilli <address@hidden>
+
+       * configure.ac, testsuite/misc-ming.all/Makefile.am:
+         New code in ButtonEventsTest.c require Ming 0.4.0.beta5.
+
 2008-04-15 Benjamin Wolsey <address@hidden>
        
        * server/asobj/Math.cpp: internal functions can have internal

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -b -r1.510 -r1.511
--- configure.ac        11 Apr 2008 15:33:45 -0000      1.510
+++ configure.ac        15 Apr 2008 10:36:32 -0000      1.511
@@ -1427,6 +1427,8 @@
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040004  ])
 AM_CONDITIONAL(MING_SUPPORTS_REPLACE_TAG,
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
+AM_CONDITIONAL(MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER,
+        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
 AM_CONDITIONAL(MING_SUPPORTS_STREAMING_SOUND,
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
 

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- testsuite/misc-ming.all/Makefile.am 11 Apr 2008 11:25:23 -0000      1.189
+++ testsuite/misc-ming.all/Makefile.am 15 Apr 2008 10:36:32 -0000      1.190
@@ -59,8 +59,6 @@
 
 
 check_PROGRAMS = \
-       ButtonEventsTest \
-       ButtonEventsTest-Runner \
        SpriteButtonEventsTest \
        SpriteButtonEventsTest-Runner \
        DefineTextTest \
@@ -203,6 +201,11 @@
        streamingSoundTest1-Runner 
 endif
 
+if MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER
+check_PROGRAMS += \
+       ButtonEventsTest \
+       ButtonEventsTest-Runner 
+endif
 
 check_SCRIPTS = \
        timeline_var_test-Runner \
@@ -1748,7 +1751,6 @@
        DefineTextTest-Runner \
        DefineEditTextTest-Runner \
        RollOverOutTest-Runner \
-       ButtonEventsTest-Runner \
        SpriteButtonEventsTest-Runner \
        timeline_var_test-Runner \
        root_stop_testrunner \
@@ -1855,6 +1857,12 @@
        $(NULL)
 endif
 
+if MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER
+TEST_CASES += \
+       ButtonEventsTest-Runner \
+       $(NULL)
+endif
+
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \




reply via email to

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