gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11052: fix make check for classes.a


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11052: fix make check for classes.all, it wasn't generating a site.exp file, so all the paths were wrong.
Date: Tue, 09 Jun 2009 12:49:32 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11052
committer: address@hidden
branch nick: trunk
timestamp: Tue 2009-06-09 12:49:32 -0600
message:
  fix make check for classes.all, it wasn't generating a site.exp file, so all 
the paths were wrong.
modified:
  testsuite/as3/classes.all/Makefile.am
  testsuite/as3/classes.all/classes.exp
=== modified file 'testsuite/as3/classes.all/Makefile.am'
--- a/testsuite/as3/classes.all/Makefile.am     2009-06-05 17:46:11 +0000
+++ b/testsuite/as3/classes.all/Makefile.am     2009-06-09 18:49:32 +0000
@@ -92,7 +92,7 @@
        *_testrunner \
        *_Runner
 
-check-DEJAGNU: $(check_SCRIPTS)
+check-DEJAGNU: site.exp $(check_SCRIPTS) \
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
            GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../gnashrc $$runtest 
$(RUNTESTFLAGS) $(TEST_DRIVERS); true; \

=== modified file 'testsuite/as3/classes.all/classes.exp'
--- a/testsuite/as3/classes.all/classes.exp     2009-05-20 16:47:49 +0000
+++ b/testsuite/as3/classes.all/classes.exp     2009-06-09 18:49:32 +0000
@@ -1,3 +1,20 @@
+## Process this fill with automake to generate Makefile.in
+# 
+# Copyright (C) 2009 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 load_lib "dejagnu.exp"
 


reply via email to

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