gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Makefile.am
Date: Sat, 13 Jan 2007 23:35:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/13 23:35:56

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

Log message:
        Don't actually *run* quickchecks if not explicitly asked so either !
        (they still fail due to assumption of sources being compiled 
independently)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.61&r2=1.62

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- Makefile.am 13 Jan 2007 23:22:59 -0000      1.61
+++ Makefile.am 13 Jan 2007 23:35:56 -0000      1.62
@@ -16,7 +16,7 @@
 # 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.61 2007/01/13 23:22:59 strk Exp $
+# $Id: Makefile.am,v 1.62 2007/01/13 23:35:56 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -34,18 +34,21 @@
        alltests-v7-Runner \
        alltests-v8-Runner
 
-check_SCRIPTS = \
+base_RUNNERS = \
        astests-v5-Runner \
        astests-v6-Runner \
        astests-v7-Runner \
-       astests-v8-Runner \
+       astests-v8-Runner 
+
+check_SCRIPTS = \
+       $(base_RUNNERS) \
        $(quickcheck_RUNNERS)
 
 # We don't need  --tool anymore
 #RUNTESTDEFAULTFLAGS = swf_exists.exp
 TEST_DRIVERS = ../simple.exp
 TEST_CASES = \
-       $(check_SCRIPTS)
+       $(base_RUNNERS)
 
 dist_noinst_SCRIPTS = gen-test.sh gen-index.sh
 




reply via email to

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