gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...
Date: Wed, 13 Dec 2006 14:43:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/13 14:43:37

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Makefile.am 

Log message:
                * testsuite/actionscript.all/Makefile.am: don't attempt
                  to run tests if Ming isn't installed, that support is
                  currently broken, this is a quick fix to enable users
                  to run some test even w/out Ming.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1934&r2=1.1935
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.55&r2=1.56

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1934
retrieving revision 1.1935
diff -u -b -r1.1934 -r1.1935
--- ChangeLog   13 Dec 2006 14:19:44 -0000      1.1934
+++ ChangeLog   13 Dec 2006 14:43:36 -0000      1.1935
@@ -1,5 +1,9 @@
 2006-12-13 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Makefile.am: don't attempt
+         to run tests if Ming isn't installed, that support is
+         currently broken, this is a quick fix to enable users
+         to run some test even w/out Ming.
        * testsuite/: movies.all/Makefile.am, samples/Makefile.am:
          don't require Ming to run tests in these dirs; add
          required BOOST cflags.

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- testsuite/actionscript.all/Makefile.am      29 Nov 2006 16:43:42 -0000      
1.55
+++ testsuite/actionscript.all/Makefile.am      13 Dec 2006 14:43:36 -0000      
1.56
@@ -16,10 +16,16 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.55 2006/11/29 16:43:42 strk Exp $
+# $Id: Makefile.am,v 1.56 2006/12/13 14:43:36 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
+# Temporarly always disable MING, distribution
+# of the generated SWF should work, but it's currently
+# broken and needs to be used in misc-ming.all too
+# so I take responsibility of dropping that for the moment...
+if ENABLE_MING
+
 check_SCRIPTS = \
        astests-v5-Runner \
        astests-v6-Runner \
@@ -316,3 +322,5 @@
        @sed -e '/testcases/d' site.exp.bak > site.exp
        @echo "# This is a list of the pre-compiled testcases" >> site.exp
        @echo "set testcases \"$(TEST_CASES)\"" >> site.exp
+
+endif




reply via email to

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