gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/internals.xml


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog doc/C/internals.xml
Date: Sat, 30 Dec 2006 23:55:04 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/30 23:55:04

Modified files:
        .              : ChangeLog 
        doc/C          : internals.xml 

Log message:
                * doc/C/internals.xml: updated section about 
                  using the generic-testrunner.sh script.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2020&r2=1.2021
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=1.48&r2=1.49

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2020
retrieving revision 1.2021
diff -u -b -r1.2020 -r1.2021
--- ChangeLog   30 Dec 2006 23:48:59 -0000      1.2020
+++ ChangeLog   30 Dec 2006 23:55:04 -0000      1.2021
@@ -5,7 +5,7 @@
          turned last testcase into a self-contained
          one.
        * doc/C/internals.xml: updated section about writing Ming-based
-         self-contained tests.
+         self-contained tests and using the generic-testrunner.sh script.
        * testsuite/misc-ming.all/ming_utils.{h,c}:
          Added compile_actions() method, removed check/check_equals
          function and substituted with

Index: doc/C/internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/internals.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- doc/C/internals.xml 30 Dec 2006 23:41:42 -0000      1.48
+++ doc/C/internals.xml 30 Dec 2006 23:55:04 -0000      1.49
@@ -2380,6 +2380,19 @@
        </programlisting>
        </para>
 
+       <para>
+       By default, the generated test runner will play the movie up to the
+       last frame. If you want the movie to be played more then once (maybe
+       because you're exactly testing loop features) you can use the -r switch
+       to the generic-testrunner.sh call. The following will create a runner
+       playing the movie twice:
+       <programlisting>
+MyTest-Runner: $(srcdir)/../generic-testrunner.sh MyTest.swf
+        sh $(srcdir)/../generic-testrunner.sh -r2 $(top_builddir) MyTest.swf > 
$@
+        chmod +x $@
+       </programlisting>
+       </para>
+
        </sect4>
 
        <sect4 id="writing_movie_testers">




reply via email to

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