gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C sources.xml [testing-documentation-refactor]


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C sources.xml [testing-documentation-refactor]
Date: Wed, 20 Dec 2006 14:03:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         testing-documentation-refactor
Changes by:     Ann Barcomb <ann>       06/12/20 14:03:32

Modified files:
        doc/C          : sources.xml 

Log message:
        Tried to clarify the section 'Running Some Tests'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&only_with_tag=testing-documentation-refactor&r1=1.25.2.6&r2=1.25.2.7

Patches:
Index: sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.25.2.6
retrieving revision 1.25.2.7
diff -u -b -r1.25.2.6 -r1.25.2.7
--- sources.xml 20 Dec 2006 12:56:37 -0000      1.25.2.6
+++ sources.xml 20 Dec 2006 14:03:32 -0000      1.25.2.7
@@ -1410,17 +1410,28 @@
         <sect5 id="running_some_tests">
           <title>Running Some Tests</title>
           <para>
-            It is possible to run just a particular test, or group of tests,
-            by specifying the directory or compiled test file, provided
-            the file <emphasis>testsuite/Dejagnu.swf</emphasis> exists.
-            This file is created when you run the entire testsuite.
+            It is possible to run just a particular test, or 
+            subdirectory of tests, by specifying the directory or 
+            compiled test file.
           </para>
           <para>
-            For instance, the following runs the 'clip_as_button2-TestRunner'
-            test from the top source directory, then runs all the tests
-            in 'movies.all':
+            Some tests rely on <emphasis>testsuite/Dejagnu.swf</emphasis>.
+            This file is created when you run 'make check' for the entire
+            testsuite, and can also be created on demand:
+            <programlisting>
+              make -C testsuite Dejagnu.swf 
+            </programlisting>
+          </para>
+          <para>
+            In this example, the 'clip_as_button2' test is compiled and
+            run:
+            <programlisting>
+              make -C testsuite/samples clip_as_button2-TestRunner 
+              testsuite/samples/clip_as_button2-TestRunner 
+            </programlisting>
+            This would create and run all the tests in the directory
+            'movies.all':
             <programlisting>
-              make testsuite/samples/clip_as_button2-TestRunner check
               make -C testsuite/movies.all check
             </programlisting>
           </para>




reply via email to

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