gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/libamf.all/Makefile.am
Date: Tue, 19 Feb 2008 07:50:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/19 07:50:07

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

Log message:
        set GNASHRC to use testsuite-specific configuration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5686&r2=1.5687
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/Makefile.am?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5686
retrieving revision 1.5687
diff -u -b -r1.5686 -r1.5687
--- ChangeLog   19 Feb 2008 02:12:48 -0000      1.5686
+++ ChangeLog   19 Feb 2008 07:50:06 -0000      1.5687
@@ -1,3 +1,8 @@
+2008-02-19 Sandro Santilli <address@hidden>
+
+       * testsuite/libamf.all/Makefile.am: set GNASHRC to use
+         testsuite-specific configuration.
+
 2008-02-18  Rob Savoye  <address@hidden>
 
        * doc/C/cygnal-man.xml: New manpage for Cygnal.

Index: testsuite/libamf.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- testsuite/libamf.all/Makefile.am    21 Jan 2008 23:26:49 -0000      1.15
+++ testsuite/libamf.all/Makefile.am    19 Feb 2008 07:50:07 -0000      1.16
@@ -15,7 +15,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.15 2008/01/21 23:26:49 rsavoye Exp $
+# $Id: Makefile.am,v 1.16 2008/02/19 07:50:07 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -129,12 +129,14 @@
        $(PYTHON) $(srcdir)/s2x.py -s $(srcdir)/xmlfiles/$< $@
 
 check-DEJAGNU: site-update $(TEST_CASES)
-       @runtest=$(RUNTEST); \
+       runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
+           GNASHRC="$(top_builddir)/testsuite/gnashrc" \
            $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(check_PROGRAMS)"; do \
+           GNASHRC="$(top_builddir)/testsuite/gnashrc" \
            $(SHELL) $$i; \
          done; \
        fi




reply via email to

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