Changeset 134ba96 for BOOK/testsuite-tools
- Timestamp:
- Feb 21, 2006, 1:47:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 88acd8a
- Parents:
- 628632d
- Location:
- BOOK/testsuite-tools
- Files:
-
- 22 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/64/tcl.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> -
BOOK/testsuite-tools/alpha-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/common/dejagnu.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-dejagnu" role="wrap">8 <sect1 id="ch-testsuite-tools-dejagnu" role="wrap"> 9 9 <?dbhtml filename="dejagnu.html"?> 10 10 11 11 <title>DejaGNU-&dejagnu-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-dejagnu">13 <indexterm zone="ch-testsuite-tools-dejagnu"> 14 14 <primary sortas="a-DejaGNU">DejaGNU</primary> 15 15 </indexterm> … … 66 66 <para>A wrapper script that locates the proper 67 67 <command>expect</command> shell and then runs DejaGNU</para> 68 <indexterm zone="ch-te mp-tools-dejagnu runtest">68 <indexterm zone="ch-testsuite-tools-dejagnu runtest"> 69 69 <primary sortas="b-runtest">runtest</primary> 70 70 </indexterm> -
BOOK/testsuite-tools/common/expect.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-expect" role="wrap">8 <sect1 id="ch-testsuite-tools-expect" role="wrap"> 9 9 <?dbhtml filename="expect.html"?> 10 10 11 11 <title>Expect-&expect-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-expect">13 <indexterm zone="ch-testsuite-tools-expect"> 14 14 <primary sortas="a-Expect">Expect</primary> 15 15 </indexterm> … … 52 52 <listitem> 53 53 <para>This ensures that the configure script finds the Tcl 54 installation in the temporary te mp-tools location.</para>54 installation in the temporary testsuite-tools location.</para> 55 55 </listitem> 56 56 </varlistentry> … … 124 124 <para>Communicates with other interactive programs according 125 125 to a script</para> 126 <indexterm zone="ch-te mp-tools-expect expect">126 <indexterm zone="ch-testsuite-tools-expect expect"> 127 127 <primary sortas="b-expect">expect</primary> 128 128 </indexterm> … … 135 135 <para>Contains functions that allow Expect to be used as a Tcl 136 136 extension or to be used directly from C or C++ (without Tcl)</para> 137 <indexterm zone="ch-te mp-tools-expect libexpect">137 <indexterm zone="ch-testsuite-tools-expect libexpect"> 138 138 <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary> 139 139 </indexterm> -
BOOK/testsuite-tools/common/introduction.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-introduction">8 <sect1 id="ch-testsuite-tools-introduction"> 9 9 <?dbhtml filename="introduction.html"?> 10 10 … … 14 14 that the packages have. I.e., <command>make check</command></para> 15 15 16 <para>It will also build any specific non cross-compiled17 packages for our system.</para>18 19 16 </sect1> -
BOOK/testsuite-tools/common/tcl.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> … … 91 91 <listitem> 92 92 <para>The Tcl command shell</para> 93 <indexterm zone="ch-te mp-tools-tcl tclsh8.4">93 <indexterm zone="ch-testsuite-tools-tcl tclsh8.4"> 94 94 <primary sortas="b-tclsh8.4">tclsh8.4</primary> 95 95 </indexterm> … … 101 101 <listitem> 102 102 <para>A link to tclsh8.4</para> 103 <indexterm zone="ch-te mp-tools-tcl tclsh">103 <indexterm zone="ch-testsuite-tools-tcl tclsh"> 104 104 <primary sortas="b-tclsh">tclsh</primary> 105 105 </indexterm> … … 111 111 <listitem> 112 112 <para>The Tcl library</para> 113 <indexterm zone="ch-te mp-tools-tcl libtcl8.4.so">113 <indexterm zone="ch-testsuite-tools-tcl libtcl8.4.so"> 114 114 <primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary> 115 115 </indexterm> -
BOOK/testsuite-tools/common/tree.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tree" role="wrap">8 <sect1 id="ch-testsuite-tools-tree" role="wrap"> 9 9 <?dbhtml filename="tree.html"?> 10 10 11 11 <title>Tree-&tree-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tree">13 <indexterm zone="ch-testsuite-tools-tree"> 14 14 <primary sortas="a-Tree">Tree</primary> 15 15 </indexterm> … … 63 63 <listitem> 64 64 <para>Tree will list contents of directories in a tree-like format.</para> 65 <indexterm zone="ch-te mp-tools-tree tree">65 <indexterm zone="ch-testsuite-tools-tree tree"> 66 66 <primary sortas="b-tree">tree</primary> 67 67 </indexterm> -
BOOK/testsuite-tools/mips-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/mips64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/mips64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/mips64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10 -
BOOK/testsuite-tools/multilib/expect-64bit.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-expect" role="wrap">8 <sect1 id="ch-testsuite-tools-expect" role="wrap"> 9 9 <?dbhtml filename="expect64.html"?> 10 10 11 11 <title>Expect-&expect-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-expect">13 <indexterm zone="ch-testsuite-tools-expect"> 14 14 <primary sortas="a-Expect">Expect</primary> 15 15 </indexterm> … … 45 45 <listitem> 46 46 <para>This ensures that the configure script finds the Tcl 47 installation in the temporary t emp-tools location.</para>47 installation in the temporary tools location.</para> 48 48 </listitem> 49 49 </varlistentry> -
BOOK/testsuite-tools/multilib/tcl-64bit.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl-64bit.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> -
BOOK/testsuite-tools/ppc-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/sparc-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 20 19 21 20 </chapter> -
BOOK/testsuite-tools/sparc64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/sparc64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tree.xml"/> 21 20 22 21 </chapter> -
BOOK/testsuite-tools/sparc64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10 -
BOOK/testsuite-tools/x86-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/x86_64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/x86_64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/x86_64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10
Note:
See TracChangeset
for help on using the changeset viewer.