gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-450-gc8ddc95
Date: Thu, 31 Mar 2011 14:01:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  c8ddc95abf782cc2fb9d35a663f5a2e106d86e10 (commit)
      from  56eb2493484f560d952dacbffa74b6e740355b21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=c8ddc95abf782cc2fb9d35a663f5a2e106d86e10


commit c8ddc95abf782cc2fb9d35a663f5a2e106d86e10
Author: Sandro Santilli <address@hidden>
Date:   Thu Mar 31 16:00:38 2011 +0200

    Automatically run test for https://savannah.gnu.org/bugs/index.php?32950

diff --git a/testsuite/samples/Makefile.am b/testsuite/samples/Makefile.am
index a10ac4d..5147d76 100644
--- a/testsuite/samples/Makefile.am
+++ b/testsuite/samples/Makefile.am
@@ -23,7 +23,8 @@ CLEANFILES =  \
       gnash-dbg.log \
       site.exp.bak \
       testrun.* \
-      GotoAndPlayTestRunner
+      GotoAndPlayTestRunner \
+      lastopcode_v6_TestRunner
 
 AM_CPPFLAGS = \
         -I$(top_srcdir)/libbase \
@@ -59,6 +60,7 @@ check_PROGRAMS = \
 
 check_SCRIPTS = \
        GotoAndPlayTestRunner \
+       lastopcode_v6_TestRunner \
        $(NULL)
 
 clip_as_button2_TestRunner_SOURCES = \
@@ -91,10 +93,14 @@ gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(srcdir)\" \
        $(NULL)
 
-GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf
+GotoAndPlayTestRunner: Makefile $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
$(srcdir)/GotoAndPlayTest.swf > $@
        chmod 755 $@
 
+lastopcode_v6_TestRunner: Makefile $(srcdir)/../generic-testrunner.sh 
$(srcdir)/test_lastopcode_v6.swf
+       sh $(srcdir)/../generic-testrunner.sh -c done $(top_builddir) 
$(srcdir)/test_lastopcode_v6.swf > $@
+       chmod 755 $@
+
 clean-local: 
 
 EXTRA_DIST = \

-----------------------------------------------------------------------

Summary of changes:
 testsuite/samples/Makefile.am |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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